Commit c6d5231debc3344c32a2ab4501b3cc173e4dabc6

Authored by blueswir1
1 parent 2b29924f

Remove leftover definitions


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4098 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 12 deletions
target-sparc/exec.h
@@ -53,18 +53,6 @@ void cpu_lock(void); @@ -53,18 +53,6 @@ void cpu_lock(void);
53 void cpu_unlock(void); 53 void cpu_unlock(void);
54 void cpu_loop_exit(void); 54 void cpu_loop_exit(void);
55 void set_cwp(int new_cwp); 55 void set_cwp(int new_cwp);
56 -void do_fitos(void);  
57 -void do_fitod(void);  
58 -#if defined(CONFIG_USER_ONLY)  
59 -void do_fitoq(void);  
60 -#endif  
61 -#ifdef TARGET_SPARC64  
62 -void do_fxtos(void);  
63 -void do_fxtod(void);  
64 -#if defined(CONFIG_USER_ONLY)  
65 -void do_fxtoq(void);  
66 -#endif  
67 -#endif  
68 void do_interrupt(int intno); 56 void do_interrupt(int intno);
69 void memcpy32(target_ulong *dst, const target_ulong *src); 57 void memcpy32(target_ulong *dst, const target_ulong *src);
70 target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev); 58 target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);