Fix compiling with some debian unstable versions of nasm, thanks Lord_Nightmare

This commit is contained in:
theoddone33
2001-11-30 20:12:42 +00:00
parent 168539459b
commit 4351305979

View File

@@ -1981,7 +1981,7 @@ NEWSYM Init_2xSaIMMX
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
@@ -2000,7 +2000,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
@@ -2019,8 +2019,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