qi-bootmenu: remove debuging noise
[qi-bootmenu-system.git] / sources / patches / freetype-2.3.9-fix-arm-compilation-with-pedantic-use-__asm__-instead-of-asm.patch
blob790e3004e78d57afb3365632f6c27c566b319742
1 --- freetype-2.3.9/builds/unix/ftconfig.in 2009-02-15 08:51:47.000000000 +0100
2 +++ freetype-2.3.9-fixed/builds/unix/ftconfig.in 2009-09-22 20:28:40.000000000 +0200
3 @@ -298,7 +298,7 @@
4 register FT_Int32 t, t2;
7 - asm __volatile__ (
8 + __asm__ __volatile__ (
9 "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */
10 "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */
11 "add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */