mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Fix missing case in the new PowerPC exception model.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3294 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -1127,6 +1127,9 @@ void cpu_loop(CPUPPCState *env)
|
||||
printf("syscall returned 0x%08x (%d)\n", ret, ret);
|
||||
#endif
|
||||
break;
|
||||
case EXCP_INTERRUPT:
|
||||
/* just indicate that signals should be handled asap */
|
||||
break;
|
||||
default:
|
||||
cpu_abort(env, "Unknown exception 0x%d. Aborting\n", trapnr);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user