Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2941 → Rev 2942

/branches/tracing/uspace/app/debug/arch/mips32/include/types.h
42,6 → 42,10
} breakpoint_arch_t;
 
typedef struct {
int singlestep;
} dthread_arch_t;
 
typedef struct {
uint32_t at;
uint32_t v0;
uint32_t v1;