mirror of https://github.com/xemu-project/xemu.git
target-ppc: remove dead code
This function had been disabled from the beginning:
see 9fddaa0c0c
cpu_reset() function is in target-ppc/helper.c
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
fe270d044d
commit
3d78499a49
10
hw/ppc.c
10
hw/ppc.c
|
@ -1085,16 +1085,6 @@ int ppc_dcr_init (CPUState *env, int (*read_error)(int dcrn),
|
||||||
return 0;
|
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 */
|
/* Debug port */
|
||||||
void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val)
|
void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val)
|
||||||
|
|
Loading…
Reference in New Issue