Fix build with YASM

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@222 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2010-08-03 18:45:11 +00:00
parent 0fbb28ec39
commit 231a43fc68
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ EXTN(jsimd_h2v1_downsample_mmx):
mov eax, JDIMENSION [v_samp(ebp)] ; rowctr
test eax,eax
jle short .return
jle near .return
mov edx, 0x00010000 ; bias pattern
movd mm7,edx