Fixed compile new versions of NASM

This commit is contained in:
pagefault
2001-12-08 00:18:08 +00:00
parent 547cb9e1a9
commit 32e71d4584

View File

@@ -1991,7 +1991,7 @@ NEWSYM Init_2xSaIMMXW
jz Bits565 jz Bits565
end2: end2:
mov eax, 1 mov eax, 1
jmp end jmp end1
Bits555: Bits555:
mov edx, 0x7BDE7BDE mov edx, 0x7BDE7BDE
mov eax, colorMask mov eax, colorMask
@@ -2010,7 +2010,7 @@ Bits555:
mov [eax], edx mov [eax], edx
mov [eax+4], edx mov [eax+4], edx
mov eax, 0 mov eax, 0
jmp end jmp end1
Bits565: Bits565:
mov edx, 0xF7DEF7DE mov edx, 0xF7DEF7DE
mov eax, colorMask mov eax, colorMask
@@ -2029,8 +2029,8 @@ Bits565:
mov [eax], edx mov [eax], edx
mov [eax+4], edx mov [eax+4], edx
mov eax, 0 mov eax, 0
jmp end jmp end1
end: end1:
pop edx pop edx
mov esp, ebp mov esp, ebp
pop ebp pop ebp