summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-06-03 22:57:17 +0200
committerTillmann Karras <tilkax@gmail.com>2014-06-03 23:08:58 +0200
commitf8280401f62f2939e71bb164a73b6b1ea78d90c3 (patch)
tree3cbf9dff5eb8dd243592d7bf8b3536806bddca52 /Source/Core/VideoCommon/VertexLoader.cpp
parent3a06907653ba037e1ca1a7ca6d0342bf2b18476b (diff)
x64Emitter: J_CC: use 32 bit offset automatically
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp
index 62c06a9f50..83f9aaa081 100644
--- a/Source/Core/VideoCommon/VertexLoader.cpp
+++ b/Source/Core/VideoCommon/VertexLoader.cpp
@@ -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