Skip to content

Commit

Permalink
Fixed yasm/nasm warning.
Browse files Browse the repository at this point in the history
  Fixes Bugzilla #446.
  • Loading branch information
icculus committed Jul 3, 2007
1 parent 650d50b commit 4ee5007
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 4ee5007

Please sign in to comment.