diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2023-11-03 10:38:33 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2024-02-03 16:46:10 +1000 |
| commit | 41535ca6f4d708cf376d731930fd89f44c84c98a (patch) | |
| tree | f6983afc482fbad2460e4c70cc403e7ba15328a7 /target/sparc/ldst_helper.c | |
| parent | ba21dc991be87ee8e15d124a80b27ce626a77b14 (diff) | |
| download | focaccia-qemu-41535ca6f4d708cf376d731930fd89f44c84c98a.tar.gz focaccia-qemu-41535ca6f4d708cf376d731930fd89f44c84c98a.zip | |
target/sparc: Remove qt0, qt1 temporaries
These are no longer used for passing data to/from helpers. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-Id: <20231103173841.33651-15-richard.henderson@linaro.org>
Diffstat (limited to 'target/sparc/ldst_helper.c')
| -rw-r--r-- | target/sparc/ldst_helper.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/sparc/ldst_helper.c b/target/sparc/ldst_helper.c index 52aa6c631b..1ecd58e8ff 100644 --- a/target/sparc/ldst_helper.c +++ b/target/sparc/ldst_helper.c @@ -66,9 +66,6 @@ #endif #endif -#define QT0 (env->qt0) -#define QT1 (env->qt1) - #if defined(TARGET_SPARC64) && !defined(CONFIG_USER_ONLY) /* Calculates TSB pointer value for fault page size * UltraSPARC IIi has fixed sizes (8k or 64k) for the page pointers |