Fixed left out code

This commit is contained in:
pagefault
2001-09-03 21:44:12 +00:00
parent db6ce1cfd2
commit b81526d07a

View File

@@ -1749,7 +1749,6 @@ section .text
add edx,eax add edx,eax
mov eax,[prev0] mov eax,[prev0]
mov [prev0],edx
mov [prev1],eax mov [prev1],eax
cmp edx,-32768 cmp edx,-32768
jnl %%notless jnl %%notless
@@ -1761,6 +1760,8 @@ section .text
mov edx,32767 mov edx,32767
mov byte[filteron],1 mov byte[filteron],1
%%notgreater %%notgreater
movsx edx,dx
mov [prev0],edx
%endmacro %endmacro
EXTSYM fir_downsample EXTSYM fir_downsample