]> Git Repo - qemu.git/commitdiff
s390x/tcg: use s390_program_interrupt() in SACF
authorDavid Hildenbrand <[email protected]>
Thu, 30 Nov 2017 16:27:41 +0000 (17:27 +0100)
committerCornelia Huck <[email protected]>
Thu, 14 Dec 2017 16:56:54 +0000 (17:56 +0100)
Convert this user, too.

Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Message-Id: <20171130162744[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/cc_helper.c

index f008897e84d2ecc43ce2057aede36aa56c16b1eb..5d91e458a8a492b5c9d373e0ad5212f6bf2b119e 100644 (file)
@@ -564,7 +564,7 @@ void HELPER(sacf)(CPUS390XState *env, uint64_t a1)
         break;
     default:
         HELPER_LOG("unknown sacf mode: %" PRIx64 "\n", a1);
-        program_interrupt(env, PGM_SPECIFICATION, 2);
+        s390_program_interrupt(env, PGM_SPECIFICATION, 2, GETPC());
         break;
     }
 }
This page took 0.026812 seconds and 4 git commands to generate.