Commit 84063eb2 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed yasm/nasm warning.

  Fixes Bugzilla #446.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402402
parent 75823323
...@@ -283,7 +283,7 @@ _convert_bgr555_cheat: ...@@ -283,7 +283,7 @@ _convert_bgr555_cheat:
mov edx,ecx ; Save ecx mov edx,ecx ; Save ecx
and ecx,BYTE 0fffffff8h ; clear lower three bits and ecx,DWORD 0fffffff8h ; clear lower three bits
jnz .L_OK jnz .L_OK
jmp near .L2 jmp near .L2
......
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