summaryrefslogtreecommitdiff
path: root/target-sparc/exec.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-06 20:09:54 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-06 20:09:54 +0000
commit134d77a14b969edf77117f34d9859bb667f9c922 (patch)
tree56a5bdfaca0ec1ea0a7b7bca2fb8436c386adc20 /target-sparc/exec.h
parenta3ffaf3060e70b036ac082f0772eb7b814f865ed (diff)
downloadqemu-134d77a14b969edf77117f34d9859bb667f9c922.tar.gz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h
index fce472b39f..2f1169b3ae 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);