diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2010-04-21 11:48:11 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-05-18 21:12:54 +0200 |
commit | 3d78499a4971132b075b067bdcd202dad50d9217 (patch) | |
tree | 844f50dd3a94bea99109b0d1adb0a14747ba222b /hw | |
parent | fe270d044d512a308fb1fdf02cb11db46df29cdb (diff) | |
download | qemu-3d78499a4971132b075b067bdcd202dad50d9217.tar.gz qemu-3d78499a4971132b075b067bdcd202dad50d9217.tar.bz2 qemu-3d78499a4971132b075b067bdcd202dad50d9217.zip |
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 <thomas@monjalon.net>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/ppc.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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) |