Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2941 → Rev 2942

/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
125,10 → 125,10
cons_printf("unrecognized breakpoint at 0x%x\n", brk_addr);
}
 
void arch_event_trap(thash_t thread_hash)
void arch_event_trap(dthread_t *dt)
{
/* Unused */
(void)thread_hash;
(void)dt;
}
 
void arch_dump_regs(thash_t thash)
135,5 → 135,9
{
}
 
void arch_set_singlestep(dthread_t *dt, int enable)
{
}
 
/** @}
*/