Commit a31cbafd authored by Sam Lantinga's avatar Sam Lantinga

Fixed "short jump out of range" error in MMX code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40290
parent bae3b1e1
...@@ -271,7 +271,7 @@ _convert_bgr555_cheat: ...@@ -271,7 +271,7 @@ _convert_bgr555_cheat:
and ecx,BYTE 0fffffff8h ; clear lower three bits and ecx,BYTE 0fffffff8h ; clear lower three bits
jnz .L_OK jnz .L_OK
jmp .L2 jmp near .L2
.L_OK: .L_OK:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment