Fixed a silly bug in the interpolation code

This commit is contained in:
pagefault
2003-03-20 07:28:53 +00:00
parent c631a90e22
commit 16dd19f6bb
2 changed files with 0 additions and 4 deletions

View File

@@ -1088,8 +1088,6 @@ MMXInterpolwin:
add edi,16 add edi,16
dec ecx dec ecx
jnz .a jnz .a
mov eax,[esi+510]
mov [esi+512],eax
.returninterps .returninterps
add esi,64 add esi,64
add edi,[AddEndBytes] add edi,[AddEndBytes]

View File

@@ -1079,8 +1079,6 @@ MMXInterpolwin:
add edi,16 add edi,16
dec ecx dec ecx
jnz .a jnz .a
mov eax,[esi+510]
mov [esi+512],eax
.returninterps .returninterps
add esi,64 add esi,64
add edi,[AddEndBytes] add edi,[AddEndBytes]