]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target-s390: Fix SRNMT
authorRichard Henderson <rth@twiddle.net>
Sat, 30 Mar 2013 17:03:25 +0000 (10:03 -0700)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 5 Apr 2013 12:54:11 +0000 (14:54 +0200)
Fallthough into abort = oops.

Cc: qemu-trivial@nongnu.org
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
target-s390x/translate.c

index a4f2194ec7750eedfd480d5f432a82f2dc922b47..0c3cf68e1d4980b25af5390a1f915a743b1249e3 100644 (file)
@@ -3088,6 +3088,7 @@ static ExitStatus op_srnm(DisasContext *s, DisasOps *o)
         break;
     case 0xb9: /* SRNMT */
         pos = 4, len = 3;
+        break;
     default:
         tcg_abort();
     }