mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-04 18:50:21 +00:00
Add missing break.
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
b0293e54af
commit
e92734555f
@ -797,6 +797,7 @@ void cpu_loop(CPUARMState *env)
|
||||
addr = env->cp15.c6_data;
|
||||
goto do_segv;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
error:
|
||||
fprintf(stderr, "qemu: unhandled CPU exception 0x%x - aborting\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user