Merge pull request #457 from Tilka/jcc

x64Emitter: J_CC: use 32 bit offset automatically
This commit is contained in:
Ryan Houdek
2014-06-06 20:53:50 -05:00
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