From f3fcf003929ebd3cc656e453663347fccdbdffc4 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 20 Jul 2007 06:31:20 -0500 Subject: Imported from libpng-1.2.19beta29.tar --- pnggccrd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pnggccrd.c') 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" -- cgit v1.2.1