diff options
| author | Paul Brook | 2009-11-24 14:10:08 +0100 |
|---|---|---|
| committer | Paul Brook | 2009-11-24 14:10:08 +0100 |
| commit | e92734555f5013672c23c419b7361d7142393ba3 (patch) | |
| tree | b4636d31612336fff6fc0226c93718531fa9c732 /linux-user/main.c | |
| parent | Update SeaBIOS (diff) | |
| download | qemu-e92734555f5013672c23c419b7361d7142393ba3.tar.gz qemu-e92734555f5013672c23c419b7361d7142393ba3.tar.xz qemu-e92734555f5013672c23c419b7361d7142393ba3.zip | |
Add missing break.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'linux-user/main.c')
| -rw-r--r-- | linux-user/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index 2b8bab1b63..5fbcda2a38 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -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", |
