The last of the jump fixes.

This commit is contained in:
n-a-c-h
2004-12-10 12:46:35 +00:00
parent ca7fab0efc
commit 1a948ad719
4 changed files with 22 additions and 22 deletions

View File

@@ -99,7 +99,7 @@ SECTION .text
%macro DiffOrNot 10
TestDiff %1,%2
test edx,edx
jz %%same
jz near %%same
%3
%4
%5
@@ -116,7 +116,7 @@ SECTION .text
%macro DiffOrNot 14
TestDiff %1,%2
test edx,edx
jz %%same
jz near %%same
%3
%4
%5
@@ -796,7 +796,7 @@ NEWSYM hq4x_32b
cmp byte[MMXSupport],0
je nointerp
cmp byte[hqFilter],0
jne hq4x
jne near hq4x
;----------------------------;
nointerp:
@@ -888,7 +888,7 @@ hq4x:
pand mm2,mm4
movd eax,mm2
inc eax
jz .loopx_end
jz near .loopx_end
movd eax,mm5
movzx edx,ax
mov [w1],edx
@@ -929,7 +929,7 @@ hq4x:
cwde
and eax,ebx
inc eax
jz .loopx_end
jz near .loopx_end
movd eax,mm5
mov [edx+ecx-2],ax
movzx edx,ax
@@ -3877,7 +3877,7 @@ hq4x:
jmp .loopx
.xres_2
; x=Xres-2 - special case
jl .xres_1
jl near .xres_1
mov edx,[deltaptr]
mov ecx,[prevline]
mov eax,[nextline]
@@ -3931,7 +3931,7 @@ hq4x:
jmp .flags
.xres_1
cmp dword[xcounter],-1
jl .endofline
jl near .endofline
; x=Xres-1 - special case
mov edx,[deltaptr]
mov ecx,[prevline]