Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-21 | user/valgrind: Allow exec on ppc32 + ISA 3.0 | A. Wilcox | 1 | -0/+15 | |
This will crash wildly if you actually try to *use* ISA 3.0 instructions in the Valgrind core. But if you don't, it works fine, and it's the only way to do Valgrind on a Power9 while running in 32-bit mode. |