|
From: Paul F. <pa...@so...> - 2023-01-28 21:08:55
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=a1f365150565e3dd69666ebac85bf535bbe194a1 commit a1f365150565e3dd69666ebac85bf535bbe194a1 Author: Paul Floyd <pj...@wa...> Date: Sat Jan 28 22:08:29 2023 +0100 Remove one lingering trace of tilegx Diff: --- drd/drd_bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index d88811e41e..3b71d749a9 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -140,7 +140,7 @@ Addr make_address(const UWord a1, const UWord a0) #define BITS_PER_BITS_PER_UWORD 5 #elif defined(VGA_amd64) || defined(VGA_ppc64be) || defined(VGA_ppc64le) \ || defined(VGA_s390x) || (defined(VGA_mips64) && !defined(VGABI_N32)) \ - || defined(VGA_arm64) || defined(VGA_tilegx) + || defined(VGA_arm64) #define BITS_PER_BITS_PER_UWORD 6 #else #error Unknown platform. |