arm64 JIT: Undo broken fix

This commit is contained in:
wheremyfoodat
2025-11-24 01:21:30 +02:00
parent bd9363ddc4
commit 6d4f81200d

View File

@@ -123,8 +123,6 @@ void ShaderEmitter::compileInstruction(const PICAShader& shaderUnit) {
MOV(W1, recompilerPC); // W1 = Current PC MOV(W1, recompilerPC); // W1 = Current PC
CMP(W0, W1); // If they're equal, execute a RET, otherwise skip it CMP(W0, W1); // If they're equal, execute a RET, otherwise skip it
B(NE, skipReturn); B(NE, skipReturn);
LDP(XZR, X30, SP, POST_INDEXED, 16);
RET(); RET();
l(skipReturn); l(skipReturn);