mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
PPC: rename cpu_ppc_reset to cpu_reset for consistency
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
44a9935465
commit
d84bda46de
9 changed files with 11 additions and 14 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue