mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
JitArm64: Don't emit normal block exit for branch-to-self instructions
The normal block exit is redundant as the exception exit will jump out of the block first, meaning this code is never executed.
This commit is contained in:
parent
c657134c86
commit
e83bf5705a
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ void JitArm64::bx(UGeckoInstruction inst)
|
||||||
gpr.Unlock(WA);
|
gpr.Unlock(WA);
|
||||||
|
|
||||||
WriteExceptionExit(js.compilerPC);
|
WriteExceptionExit(js.compilerPC);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
WriteExit(destination);
|
WriteExit(destination);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue