]> git.pld-linux.org Git - packages/libpng.git/blob - libpng-clobber_list.patch
- clobber list fix.
[packages/libpng.git] / libpng-clobber_list.patch
1 --- libpng-1.2.6beta2/pnggccrd.c.orig   2002-11-01 02:53:08.000000000 +0100
2 +++ libpng-1.2.6beta2/pnggccrd.c        2004-03-01 14:43:10.921276960 +0100
3 @@ -5036,7 +5036,7 @@
4          "1" (prev_row),         // esi
5          "2" (row)               // edi
6  
7 -      : "%eax", "%ebx", "%ecx"            // clobber list (no input regs!)
8 +      : "%eax", "%ecx"            // clobber list (no input regs!)
9  
10  #if 0  /* MMX regs (%mm0, etc.) not supported by gcc 2.7.2.3 or egcs 1.1 */
11        , "%mm0", "%mm1", "%mm2", "%mm3"
This page took 0.053992 seconds and 3 git commands to generate.