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'
This commit is contained in:
parent
24a691aa0a
commit
97e828edde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user