Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2941 → Rev 2942

/branches/tracing/uspace/app/debug/arch/ia32/include/types.h
40,6 → 40,10
} breakpoint_arch_t;
 
typedef struct {
int singlestep;
} dthread_arch_t;
 
typedef struct {
uint32_t eax;
uint32_t ecx;
uint32_t edx;