summaryrefslogtreecommitdiff
path: root/pnggccrd.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2007-07-20 06:31:20 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:14:05 -0500
commitf3fcf003929ebd3cc656e453663347fccdbdffc4 (patch)
tree76dff7ae19000aed2cc73a0f7977d73b3a6ed345 /pnggccrd.c
parent08313ef8703cf98653a3dae42abdd0faf51a1a88 (diff)
downloadlibpng-f3fcf003929ebd3cc656e453663347fccdbdffc4.tar.gz
Imported from libpng-1.2.19beta29.tarv1.2.19beta29
Diffstat (limited to 'pnggccrd.c')
-rw-r--r--pnggccrd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pnggccrd.c b/pnggccrd.c
index 0c958b315..0e5cf30d5 100644
--- a/pnggccrd.c
+++ b/pnggccrd.c
@@ -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"