]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/tcg/s390x/gdbstub/test-svc.py
tests/tcg/s390x: Fix test-svc with clang
[mirror_qemu.git] / tests / tcg / s390x / gdbstub / test-svc.py
index 7851ca72846fe7c4a9751c6362f730762dc3469c..18fad3f163da150b28e3d451b7ee6558aaed2646 100644 (file)
@@ -25,7 +25,7 @@ def run_test():
     gdb.execute("si")
     report("larl\t" in gdb.execute("x/i $pc", False, True), "insn #2")
     gdb.execute("si")
-    report("lghi\t" in gdb.execute("x/i $pc", False, True), "insn #3")
+    report("lgrl\t" in gdb.execute("x/i $pc", False, True), "insn #3")
     gdb.execute("si")
     report("svc\t" in gdb.execute("x/i $pc", False, True), "insn #4")
     gdb.execute("si")