diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 10:36:04 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 10:36:04 +0000 |
commit | d84bda46de13c7d1536545fb44c8e9341054094a (patch) | |
tree | ce07f90a8ff96475ba558c3f0bec18746e51a0c6 /hw/ppc_newworld.c | |
parent | 44a9935465b1cd79547807a431232177362ef43e (diff) | |
download | qemu-d84bda46de13c7d1536545fb44c8e9341054094a.zip |
PPC: rename cpu_ppc_reset to cpu_reset for consistency
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc_newworld.c')
-rw-r--r-- | hw/ppc_newworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_newworld.c b/hw/ppc_newworld.c index d9f45b5b45..da868d302b 100644 --- a/hw/ppc_newworld.c +++ b/hw/ppc_newworld.c @@ -130,7 +130,7 @@ static void ppc_core99_init (ram_addr_t ram_size, #if 0 env->osi_call = vga_osi_call; #endif - qemu_register_reset(&cpu_ppc_reset, env); + qemu_register_reset((QEMUResetHandler*)&cpu_reset, env); envs[i] = env; } |