Show
Ignore:
Timestamp:
02/15/10 11:37:15 (2 years ago)
Author:
Carsten
Message:

Upgraded vendor/libpng from 1.2.40 to 1.2.42.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vendor/libpng/pnggccrd.c

    r11 r43  
    1818{ 
    1919   int result; 
    20 #if defined(PNG_MMX_CODE_SUPPORTED)  // superfluous, but what the heck 
     20#ifdef PNG_MMX_CODE_SUPPORTED  // superfluous, but what the heck 
    2121    __asm__ __volatile__ ( 
    22 #if defined(__x86_64__) 
     22#ifdef __x86_64__ 
    2323        "pushq %%rbx          \n\t"  // rbx gets clobbered by CPUID instruction 
    2424        "pushq %%rcx          \n\t"  // so does rcx... 
     
    7272        "movl $0, %%eax       \n\t"  // set return value to 0 
    7373    "1:                       \n\t"  // .RETURN: target label for jump instructions 
    74 #if defined(__x86_64__) 
     74#ifdef __x86_64__ 
    7575        "popq %%rdx           \n\t"  // restore rdx 
    7676        "popq %%rcx           \n\t"  // restore rcx