Add missing break.

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2009-11-24 13:10:08 +00:00
parent b0293e54af
commit e92734555f
1 changed files with 1 additions and 0 deletions

View File

@ -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",