commit | 365d8a59d4c01f383648c44a1961e5b7fc8b111e | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Tue Aug 03 19:17:25 2010 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Tue Aug 03 19:17:25 2010 +0000 |
tree | a315fa83669b7aeb48006697f1bb04a14712341a | |
parent | d4dda31a532ca1cebfe5f518dc3d738a8d8df7e0 [diff] [blame] |
Fix build with YASM git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4116 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/simd/jcsammmx.asm b/common/jpeg/simd/jcsammmx.asm index c7126a0..9e43b2f 100644 --- a/common/jpeg/simd/jcsammmx.asm +++ b/common/jpeg/simd/jcsammmx.asm
@@ -95,7 +95,7 @@ mov eax, JDIMENSION [v_samp(ebp)] ; rowctr test eax,eax - jle short .return + jle near .return mov edx, 0x00010000 ; bias pattern movd mm7,edx