Fix PowerPC 405 BIOS instanciation: is a 32 bits only target.
[qemu] / target-alpha / cpu.h
index ef61d87..3f517e6 100644 (file)
@@ -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__) */