Imported from libpng-1.2.19beta29.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-07-20 06:31:20 -05:00
parent 08313ef870
commit f3fcf00392
55 changed files with 122 additions and 116 deletions

View File

@@ -3,7 +3,7 @@
*
* For Intel x86 CPU (Pentium-MMX or later) and GNU C compiler.
*
* Last changed in libpng 1.2.19 July 19, 2007
* Last changed in libpng 1.2.19 July 20, 2007
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998 Intel Corporation
* Copyright (c) 1999-2002,2007 Greg Roelofs
@@ -1893,8 +1893,8 @@ png_combine_row(png_structp png_ptr, png_bytep row, int mask)
"jnc skip48 \n\t" // if CF = 0
"movl (%3), %%eax \n\t"
"movl %%eax, (%4) \n\t"
"movw 4(%3), %%eax \n\t"
"movw %%eax, 4(%4) \n\t"
"movw 4(%3), %%ax \n\t"
"movw %%ax, 4(%4) \n\t"
"skip48: \n\t"
"add $6, %3 \n\t"