diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-06 20:09:54 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-06 20:09:54 +0000 |
commit | 134d77a14b969edf77117f34d9859bb667f9c922 (patch) | |
tree | 56a5bdfaca0ec1ea0a7b7bca2fb8436c386adc20 /target-sparc/helper.h | |
parent | a3ffaf3060e70b036ac082f0772eb7b814f865ed (diff) |
Convert exception ops to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4022 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/helper.h')
-rw-r--r-- | target-sparc/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/helper.h b/target-sparc/helper.h index 94232b3476..88b56e2716 100644 --- a/target-sparc/helper.h +++ b/target-sparc/helper.h @@ -72,3 +72,4 @@ void TCG_HELPER_PROTO helper_fcmpeq_fcc2(void); void TCG_HELPER_PROTO helper_fcmpeq_fcc3(void); #endif #endif +void TCG_HELPER_PROTO raise_exception(int tt); |