Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4389 → Rev 4390

/branches/tracing/kernel/arch/amd64/src/debugger.c
282,7 → 282,7
* The userspace thread has TF set and executed
* an instruction
*/
udebug_trap_event(istate->eip);
udebug_trap_event(getip(istate));
return;
}
}