mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-24 12:30:05 +00:00
ppcexec: Fix branch check in ppc_exec_single.
This commit is contained in:
parent
1d9b0f7fa5
commit
60a76e9348
@ -415,7 +415,7 @@ void ppc_exec_single()
|
||||
process_events();
|
||||
|
||||
if (exec_flags) {
|
||||
if (exec_flags & EXEF_TIMER) {
|
||||
if (!(exec_flags & ~EXEF_TIMER)) {
|
||||
ppc_state.pc += 4;
|
||||
} else {
|
||||
ppc_state.pc = ppc_next_instruction_address;
|
||||
|
Loading…
Reference in New Issue
Block a user