mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
PPC: rename cpu_ppc_reset to cpu_reset for consistency
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user