mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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>
This commit is contained in:
parent
ba21dc991b
commit
41535ca6f4
3 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue