tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL
commitc31e5fa44d0ebd2e78f1ead2147e30cd137ae5e7
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Apr 2023 08:14:17 +0000 (28 09:14 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 17 May 2023 03:13:51 +0000 (16 20:13 -0700)
tree337a37cd223ad17395f98e73382dcb64d7406fe4
parent5e983cbc2e18b471c26f68dad83853330393da35
tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL

All uses replaced with TCGContext.addr_type.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c