mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
PPC32 Trace Exception and Trap instruction, by Jason Wessel.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2291 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
455204eb1a
commit
a0ae05aa63
2 changed files with 2 additions and 2 deletions
|
@ -1113,8 +1113,6 @@ void do_interrupt (CPUState *env)
|
|||
}
|
||||
goto store_next;
|
||||
case EXCP_TRACE: /* 0x0D00 */
|
||||
/* XXX: TODO */
|
||||
cpu_abort(env, "Trace exception is not implemented yet !\n");
|
||||
goto store_next;
|
||||
case EXCP_PERF: /* 0x0F00 */
|
||||
/* XXX: TODO */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue