diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-21 18:31:43 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-21 18:31:43 +0000 |
commit | c6d5231debc3344c32a2ab4501b3cc173e4dabc6 (patch) | |
tree | 30cffc7ff70a3b6506df02f1a46b3227a50fa949 | |
parent | 2b29924f8c65fda8047e5c19f616ac5617b75a14 (diff) | |
download | qemu-c6d5231debc3344c32a2ab4501b3cc173e4dabc6.zip |
Remove leftover definitions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4098 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | target-sparc/exec.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 2f1169b3ae..d49812003c 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -53,18 +53,6 @@ void cpu_lock(void); void cpu_unlock(void); void cpu_loop_exit(void); void set_cwp(int new_cwp); -void do_fitos(void); -void do_fitod(void); -#if defined(CONFIG_USER_ONLY) -void do_fitoq(void); -#endif -#ifdef TARGET_SPARC64 -void do_fxtos(void); -void do_fxtod(void); -#if defined(CONFIG_USER_ONLY) -void do_fxtoq(void); -#endif -#endif void do_interrupt(int intno); void memcpy32(target_ulong *dst, const target_ulong *src); target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev); |