Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238617 | Differences between
and this patch

Collapse All | Expand All

(-)src/ptlib/common/jidctflt.cxx.orig (-2 / +2 lines)
Lines 110-119 Link Here
110
      "\tsar %2,%1\n"
110
      "\tsar %2,%1\n"
111
      "\tsub $-128,%1\n"
111
      "\tsub $-128,%1\n"
112
      "\tcmovl %5,%1\n"	/* Use the sub to compare to 0 */
112
      "\tcmovl %5,%1\n"	/* Use the sub to compare to 0 */
113
      "\tcmpl %4,%1\n" 
113
      "\tcmp %4,%1\n" 
114
      "\tcmovg %4,%1\n"
114
      "\tcmovg %4,%1\n"
115
      : "=r"(x) 
115
      : "=r"(x) 
116
      : "0"(x), "Ir"(shift), "ir"(1UL<<(shift-1)), "r" (0xff), "r" (0)
116
      : "0"((unsigned long)x), "c"((char)shift), "ir"(1UL<<(shift-1)), "r" (0xffUL), "r" (0UL)
117
      );
117
      );
118
  return x;
118
  return x;
119
}
119
}

Return to bug 238617