|
From: Matthias S. <zz...@ge...> - 2019-12-17 20:05:13
|
Am 17.12.19 um 18:31 schrieb Petar Jovanovic: >> >> Fails compilation: >> > I have applied this patch as it is OK, but note that Valgrind does not > support mips16 and I see no use in building it for mips16. > Can you elaborate a little bit on what you are trying to achieve? > I never used mips, but I understand the reason for the patch: Exclude platforms that are not supported by valgrind from valgrind.h. Then any user-code can unconditionally include valgrind.h and call client-requests without additional checks that valgrind supports the platform or not. On unsupported platforms the macros just end up empty. Regards Matthias |