Commit e77c07592c for qemu.org
commit e77c07592cc50f51b307f9acd389d7f8037ae606
Author: Richard Henderson <richard.henderson@linaro.org>
Date: Wed Jan 7 13:56:29 2026 +1100
tcg: Drop TCG_TARGET_REG_BITS test in tcg-has.h
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
diff --git a/tcg/tcg-has.h b/tcg/tcg-has.h
index 2fc0e50d20..27771dc7f0 100644
--- a/tcg/tcg-has.h
+++ b/tcg/tcg-has.h
@@ -9,11 +9,6 @@
#include "tcg-target-has.h"
-#if TCG_TARGET_REG_BITS == 32
-/* Turn some undef macros into false macros. */
-#define TCG_TARGET_HAS_extr_i64_i32 0
-#endif
-
#if !defined(TCG_TARGET_HAS_v64) \
&& !defined(TCG_TARGET_HAS_v128) \
&& !defined(TCG_TARGET_HAS_v256)