]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove one lingering trace of tilegx
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 28 Jan 2023 21:08:29 +0000 (22:08 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 28 Jan 2023 21:08:29 +0000 (22:08 +0100)
drd/drd_bitmap.h

index d88811e41ed360483d7a6c5507db54f5e1df25ff..3b71d749a9fbca40246611653a9744c45d8cc304 100644 (file)
@@ -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.