diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index f1df741e1e..e428f70f16 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -1146,4 +1146,9 @@ enum { /*****************************************************************************/ +static inline target_ulong get_sp_from_cpustate(CPUPPCState *state) +{ + return state->gpr[1]; +} + #endif /* !defined (__CPU_PPC_H__) */ |