diff options
Diffstat (limited to 'target-alpha/cpu.h')
-rw-r--r-- | target-alpha/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index ef61d8748..3f517e67b 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -397,9 +397,4 @@ void cpu_loop_exit (void); void pal_init (CPUState *env); void call_pal (CPUState *env, int palcode); -static inline target_ulong get_sp_from_cpustate(CPUAlphaState *state) -{ - return state->ir[IR_SP]; -} - #endif /* !defined (__CPU_ALPHA_H__) */ |