diff options
author | Richard Henderson | 2012-09-05 19:18:21 +0200 |
---|---|---|
committer | Richard Henderson | 2013-01-05 21:18:42 +0100 |
commit | 6e2704e74d317ba077b680c2fc881724686fb24a (patch) | |
tree | c4432e84bbbd134698dc3d9570bb70b0772f7133 /target-s390x/helper.h | |
parent | target-s390: Convert LFPC, SFPC (diff) | |
download | qemu-6e2704e74d317ba077b680c2fc881724686fb24a.tar.gz qemu-6e2704e74d317ba077b680c2fc881724686fb24a.tar.xz qemu-6e2704e74d317ba077b680c2fc881724686fb24a.zip |
target-s390: Convert IPM
Note that the previous placement of the PM field was incorrect.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/helper.h')
-rw-r--r-- | target-s390x/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-s390x/helper.h b/target-s390x/helper.h index 3cc4cbdfaf..633667827f 100644 --- a/target-s390x/helper.h +++ b/target-s390x/helper.h @@ -25,7 +25,6 @@ DEF_HELPER_FLAGS_1(abs_i32, TCG_CALL_NO_RWG_SE, i32, s32) DEF_HELPER_FLAGS_1(nabs_i32, TCG_CALL_NO_RWG_SE, s32, s32) DEF_HELPER_FLAGS_1(abs_i64, TCG_CALL_NO_RWG_SE, i64, s64) DEF_HELPER_FLAGS_1(nabs_i64, TCG_CALL_NO_RWG_SE, s64, s64) -DEF_HELPER_3(ipm, void, env, i32, i32) DEF_HELPER_4(stam, void, env, i32, i64, i32) DEF_HELPER_4(lam, void, env, i32, i64, i32) DEF_HELPER_4(mvcle, i32, env, i32, i64, i32) |