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…
Reference in New Issue
Block a user