Revision c6d5231d

b/target-sparc/exec.h
53 53
void cpu_unlock(void);
54 54
void cpu_loop_exit(void);
55 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 56
void do_interrupt(int intno);
69 57
void memcpy32(target_ulong *dst, const target_ulong *src);
70 58
target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);

Also available in: Unified diff