aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.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 /cpu-exec.c
parent44a9935465b1cd79547807a431232177362ef43e (diff)
PPC: rename cpu_ppc_reset to cpu_reset for consistency
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'cpu-exec.c')
-rw-r--r--cpu-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index 8fbc8f115..2c0765c7d 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -416,7 +416,7 @@ int cpu_exec(CPUState *env1)
#elif defined(TARGET_PPC)
#if 0
if ((interrupt_request & CPU_INTERRUPT_RESET)) {
- cpu_ppc_reset(env);
+ cpu_reset(env);
}
#endif
if (interrupt_request & CPU_INTERRUPT_HARD) {