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 /cpu-exec.c | |
parent | 44a9935465b1cd79547807a431232177362ef43e (diff) | |
download | qemu-d84bda46de13c7d1536545fb44c8e9341054094a.zip qemu-d84bda46de13c7d1536545fb44c8e9341054094a.tar.gz qemu-d84bda46de13c7d1536545fb44c8e9341054094a.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |