Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 3, 2007
1 parent 145ac27 commit 8a3c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes/mmxp2_32.asm
Expand Up @@ -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

Expand Down

0 comments on commit 8a3c77e

Please sign in to comment.