Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402403
This commit is contained in:
parent
e46d127288
commit
0247379cf4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue