mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 13:30:59 +02: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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user