From: Thomas Monjalon Date: Wed, 21 Apr 2010 09:48:11 +0000 (+0200) Subject: target-ppc: remove dead code X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3d78499a4971132b075b067bdcd202dad50d9217;p=qmiga%2Fqemu.git target-ppc: remove dead code This function had been disabled from the beginning: see 9fddaa0c0cabb610947146a79b4a9a38b0a216e5 cpu_reset() function is in target-ppc/helper.c Signed-off-by: Thomas Monjalon Acked-by: Alexander Graf Signed-off-by: Aurelien Jarno --- diff --git a/hw/ppc.c b/hw/ppc.c index 5baeeafb3d..2a77eb9bff 100644 --- a/hw/ppc.c +++ b/hw/ppc.c @@ -1085,16 +1085,6 @@ int ppc_dcr_init (CPUState *env, int (*read_error)(int dcrn), return 0; } -#if 0 -/*****************************************************************************/ -/* Handle system reset (for now, just stop emulation) */ -void cpu_reset(CPUState *env) -{ - printf("Reset asked... Stop emulation\n"); - abort(); -} -#endif - /*****************************************************************************/ /* Debug port */ void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val)