diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 951c9715b1..3198c9b972 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -189,7 +189,6 @@ int cpu_ppc_signal_handler(int host_signum, struct siginfo *info, void do_interrupt (CPUPPCState *env); void cpu_loop_exit(void); -void cpu_ppc_dump_state(CPUPPCState *env, FILE *f, int flags); void dump_stack (CPUPPCState *env); uint32_t _load_xer (CPUPPCState *env); |