diff options
Diffstat (limited to 'target-ppc/op_helper.c')
-rw-r--r-- | target-ppc/op_helper.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target-ppc/op_helper.c b/target-ppc/op_helper.c index d761a8d2b1..30905d98a6 100644 --- a/target-ppc/op_helper.c +++ b/target-ppc/op_helper.c @@ -464,11 +464,9 @@ void do_store_dbat (int ul, int nr) /*****************************************************************************/ /* Special helpers for debug */ -extern FILE *stdout; - void dump_state (void) { - cpu_ppc_dump_state(env, stdout, 0); + // cpu_ppc_dump_state(env, stdout, 0); } void dump_rfi (void) |