x64Emitter: J_CC: use 32 bit offset automatically

This commit is contained in:
Tillmann Karras
2014-06-03 22:57:17 +02:00
parent 3a06907653
commit f8280401f6
4 changed files with 13 additions and 15 deletions

View File

@ -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