Revision 198a74de linux-user/ppc/target_signal.h

b/linux-user/ppc/target_signal.h
21 21
#define TARGET_MINSIGSTKSZ    2048
22 22
#define TARGET_SIGSTKSZ       8192
23 23

  
24
static inline target_ulong get_sp_from_cpustate(CPUPPCState *state)
25
{
26
    return state->gpr[1];
27
}
28

  
24 29
#endif /* TARGET_SIGNAL_H */

Also available in: Unified diff