From 97e828edde40bf3347e2d78875e4eb17510ae188 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Feb 11 2022 10:51:21 +0000 Subject: Fix typo in valgrind-3.18.1-ppc-hwcaps.patch Powerpc: Fix typo in assembly code specification. The extra 0 results in an assebler error: Error: junk at end of line, first unrecognized character is `x' --- diff --git a/valgrind-3.18.1-ppc-hwcaps.patch b/valgrind-3.18.1-ppc-hwcaps.patch index 4171677..27f0439 100644 --- a/valgrind-3.18.1-ppc-hwcaps.patch +++ b/valgrind-3.18.1-ppc-hwcaps.patch @@ -39,7 +39,7 @@ index 0b60ecc0f..089acee64 100644 have_isa_3_0 = False; } else { - __asm__ __volatile__(".long 0x7d205434"); /* cnttzw RT, RB */ -+ __asm__ __volatile__(".long 00x7f140434":::"r20"); /* cnttzw r20,r24 */ ++ __asm__ __volatile__(".long 0x7f140434":::"r20"); /* cnttzw r20,r24 */ } // ISA 3.1 not supported on 32-bit systems