Revision a04e134a target-mips/cpu.h

b/target-mips/cpu.h
548 548
uint32_t cpu_mips_get_clock (void);
549 549
int cpu_mips_signal_handler(int host_signum, void *pinfo, void *puc);
550 550

  
551
static inline target_ulong get_sp_from_cpustate(CPUMIPSState *state)
552
{
553
    return state->gpr[29][state->current_tc];
554
}
555

  
551 556
#endif /* !defined (__MIPS_CPU_H__) */

Also available in: Unified diff