diff options
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 9620e0d239..6178a5620d 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -1,5 +1,8 @@ #include "def-helper.h" +DEF_HELPER_2(raise_exception_err, void, i32, i32) +DEF_HELPER_0(raise_debug, void) + DEF_HELPER_2(fcmpo, i32, i64, i64) DEF_HELPER_2(fcmpu, i32, i64, i64) |