mirror of
https://github.com/yawut/SDL.git
synced 2026-06-12 11:42:00 -05:00
Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
This commit is contained in:
parent
de6e1e7bf9
commit
ee105c10fd
|
|
@ -283,7 +283,7 @@ _convert_bgr555_cheat:
|
|||
|
||||
mov edx,ecx ; Save ecx
|
||||
|
||||
and ecx,BYTE 0fffffff8h ; clear lower three bits
|
||||
and ecx,DWORD 0fffffff8h ; clear lower three bits
|
||||
jnz .L_OK
|
||||
jmp near .L2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user