target/sparc: Drop ifdef around get_asi and friends
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Oct 2023 04:59:26 +0000 (21:59 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commita76779ee3b1291b2e29a04229299545a0348160f
tree480e705b918770b9822eca8a263a847a92f5cb21
parent811cc0b0ceb453d50305e9e5a4e646aa868ef971
target/sparc: Drop ifdef around get_asi and friends

Mark some of the functions as unused, temporarily.
Fix up some tl vs i64 issues revealed in the process.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c