aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc_newworld.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-11-07 10:36:04 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-11-07 10:36:04 +0000
commitd84bda46de13c7d1536545fb44c8e9341054094a (patch)
treece07f90a8ff96475ba558c3f0bec18746e51a0c6 /hw/ppc_newworld.c
parent44a9935465b1cd79547807a431232177362ef43e (diff)
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.c2
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;
}