]> git.proxmox.com Git - qemu.git/blobdiff - target-sparc/cpu.h
exec: refactor cpu_restore_state
[qemu.git] / target-sparc / cpu.h
index 375f20a71ed0ef47c07b7c2b67098f239fcf05bf..013ecbd0635e014b5f4c0ea27336d8c1336fcfff 100644 (file)
@@ -710,7 +710,6 @@ uint64_t cpu_tick_get_count(CPUTimer *timer);
 void cpu_tick_set_limit(CPUTimer *timer, uint64_t limit);
 trap_state* cpu_tsptr(CPUSPARCState* env);
 #endif
-void cpu_restore_state2(CPUSPARCState *env, uintptr_t retaddr);
 
 #define TB_FLAG_FPU_ENABLED (1 << 4)
 #define TB_FLAG_AM_ENABLED (1 << 5)