Skip to content

Commit

Permalink
Fixed "short jump out of range" error in MMX code
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 1, 2002
1 parent 02b261c commit 24ce7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes/mmxp2_32.asm
Expand Up @@ -271,7 +271,7 @@ _convert_bgr555_cheat:

and ecx,BYTE 0fffffff8h ; clear lower three bits
jnz .L_OK
jmp .L2
jmp near .L2

.L_OK:
Expand Down

0 comments on commit 24ce7de

Please sign in to comment.