aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-24 09:51:08 -0700
committerBlue Swirl <blauwirbel@gmail.com>2012-03-24 17:07:26 +0000
commitb9f0923eb782b92a85657092b625d96b0af26e2e (patch)
tree4d26507413f71430b939deac31e394047904ea5a /target-alpha/helper.h
parent0be034bc2cc0e06584ee368759c47e5efa1439e7 (diff)
target-alpha: Move exception helpers to helper.c.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r--target-alpha/helper.h2
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)