diff options
author | Richard Henderson <rth@twiddle.net> | 2012-08-22 13:15:10 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:39 -0800 |
commit | d8fe4a9c284f244679ab251637bff81126d91dfe (patch) | |
tree | 7f842b24f0da5e25fe8ac6683937eb15f6cb6e08 /target-s390x/helper.h | |
parent | 97c3ab61c46c1c0194657b8bead3d499600d8aab (diff) |
target-s390: Convert LRA
Note that truncating the store to r1 based on PSW_MASK_64
is incorrect. We always modify the entire register.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/helper.h')
-rw-r--r-- | target-s390x/helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-s390x/helper.h b/target-s390x/helper.h index 5a0f6965a4..0bb6d57cbc 100644 --- a/target-s390x/helper.h +++ b/target-s390x/helper.h @@ -131,7 +131,7 @@ DEF_HELPER_4(sigp, i32, env, i64, i32, i64) DEF_HELPER_2(sacf, void, env, i64) DEF_HELPER_FLAGS_3(ipte, TCG_CALL_NO_RWG, void, env, i64, i64) DEF_HELPER_FLAGS_1(ptlb, TCG_CALL_NO_RWG, void, env) -DEF_HELPER_3(lra, i32, env, i64, i32) +DEF_HELPER_2(lra, i64, env, i64) DEF_HELPER_3(stura, void, env, i64, i32) #endif |