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
|
@ -23,9 +23,6 @@
|
|||
#include "exec/helper-proto.h"
|
||||
#include "fpu/softfloat.h"
|
||||
|
||||
#define QT0 (env->qt0)
|
||||
#define QT1 (env->qt1)
|
||||
|
||||
static inline float128 f128_in(Int128 i)
|
||||
{
|
||||
union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue