Move non-op functions from op_helper.c to helper.c and vice versa.
[qemu] / target-sparc / helper.h
index c64ffe8..b490c77 100644 (file)
@@ -183,6 +183,7 @@ void cpu_lock(void);
 void cpu_unlock(void);
 void cpu_loop_exit(void);
 void set_cwp(int new_cwp);
+void change_pstate(uint64_t new_pstate);
 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);