target-s390: Fix SRNMT
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>
This commit is contained in:
parent
abe2084016
commit
5b90a86629
@ -3088,6 +3088,7 @@ static ExitStatus op_srnm(DisasContext *s, DisasOps *o)
|
||||
break;
|
||||
case 0xb9: /* SRNMT */
|
||||
pos = 4, len = 3;
|
||||
break;
|
||||
default:
|
||||
tcg_abort();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user