Revision 198a74de target-arm/cpu.h

b/target-arm/cpu.h
300 300
#define cpu_gen_code cpu_arm_gen_code
301 301
#define cpu_signal_handler cpu_arm_signal_handler
302 302

  
303
static inline target_ulong get_sp_from_cpustate(CPUARMState *state)
304
{
305
   return state->regs[13];
306
}
307

  
308 303
#include "cpu-all.h"
309 304

  
310 305
#endif

Also available in: Unified diff