diff options
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | target-alpha/helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index b693ceea97..91a9e395c5 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -1,6 +1,6 @@ #include "def-helper.h" -DEF_HELPER_2(excp, void, int, int) +DEF_HELPER_3(excp, void, env, int, int) DEF_HELPER_FLAGS_0(load_pcc, TCG_CALL_CONST | TCG_CALL_PURE, i64) DEF_HELPER_2(addqv, i64, i64, i64) |