mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
x64Emitter: J_CC: use 32 bit offset automatically
This commit is contained in:
@ -769,7 +769,7 @@ void VertexLoader::CompileVertexTranslator()
|
||||
SUB(32, M(&loop_counter), Imm8(1));
|
||||
#endif
|
||||
|
||||
J_CC(CC_NZ, loop_start, true);
|
||||
J_CC(CC_NZ, loop_start);
|
||||
ABI_PopAllCalleeSavedRegsAndAdjustStack();
|
||||
RET();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user