Revision d84bda46 cpu-exec.c

b/cpu-exec.c
416 416
#elif defined(TARGET_PPC)
417 417
#if 0
418 418
                    if ((interrupt_request & CPU_INTERRUPT_RESET)) {
419
                        cpu_ppc_reset(env);
419
                        cpu_reset(env);
420 420
                    }
421 421
#endif
422 422
                    if (interrupt_request & CPU_INTERRUPT_HARD) {

Also available in: Unified diff