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/exec.h | |
parent | Fix microSPARC II SFSR mask (Robert Reif) (diff) | |
download | qemu-kvm-134d77a14b969edf77117f34d9859bb667f9c922.tar.gz qemu-kvm-134d77a14b969edf77117f34d9859bb667f9c922.tar.bz2 qemu-kvm-134d77a14b969edf77117f34d9859bb667f9c922.zip |
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/exec.h')
-rw-r--r-- | target-sparc/exec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index fce472b39..2f1169b3a 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -66,7 +66,6 @@ void do_fxtoq(void); #endif #endif void do_interrupt(int intno); -void raise_exception(int tt); void memcpy32(target_ulong *dst, const target_ulong *src); target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev); void dump_mmu(CPUState *env); |