From 6e2704e74d317ba077b680c2fc881724686fb24a Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 5 Sep 2012 10:18:21 -0700 Subject: target-s390: Convert IPM Note that the previous placement of the PM field was incorrect. Signed-off-by: Richard Henderson --- target-s390x/helper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'target-s390x/helper.h') diff --git a/target-s390x/helper.h b/target-s390x/helper.h index 3cc4cbd..6336678 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) -- cgit v1.1