diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-08-03 19:17:25 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-08-03 19:17:25 +0000 |
commit | 365d8a59d4c01f383648c44a1961e5b7fc8b111e (patch) | |
tree | a315fa83669b7aeb48006697f1bb04a14712341a /common/jpeg/simd/jcsammmx.asm | |
parent | d4dda31a532ca1cebfe5f518dc3d738a8d8df7e0 (diff) | |
download | tigervnc-365d8a59d4c01f383648c44a1961e5b7fc8b111e.tar.gz tigervnc-365d8a59d4c01f383648c44a1961e5b7fc8b111e.zip |
Fix build with YASM
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4116 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/jpeg/simd/jcsammmx.asm')
-rw-r--r-- | common/jpeg/simd/jcsammmx.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jpeg/simd/jcsammmx.asm b/common/jpeg/simd/jcsammmx.asm index c7126a0d..9e43b2f8 100644 --- a/common/jpeg/simd/jcsammmx.asm +++ b/common/jpeg/simd/jcsammmx.asm @@ -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 |