mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
x64Emitter: J_CC: use 32 bit offset automatically
This commit is contained in:
parent
3a06907653
commit
f8280401f6
4 changed files with 13 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue