aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r--target-sparc/exec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h
index e56b2c6..504d602 100644
--- a/target-sparc/exec.h
+++ b/target-sparc/exec.h
@@ -39,10 +39,8 @@ register uint32_t T2 asm(AREG3);
#define FT1 (env->ft1)
#define DT0 (env->dt0)
#define DT1 (env->dt1)
-#if defined(CONFIG_USER_ONLY)
#define QT0 (env->qt0)
#define QT1 (env->qt1)
-#endif
#include "cpu.h"
#include "exec-all.h"