diff options
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index dd83881..569f932 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -548,9 +548,4 @@ CPUMIPSState *cpu_mips_init(void); uint32_t cpu_mips_get_clock (void); int cpu_mips_signal_handler(int host_signum, void *pinfo, void *puc); -static inline target_ulong get_sp_from_cpustate(CPUMIPSState *state) -{ - return state->gpr[29][state->current_tc]; -} - #endif /* !defined (__MIPS_CPU_H__) */ |