Commit 21ffd181 authored by Blue Swirl's avatar Blue Swirl
Browse files

sparc: move DT and QT defines to op_helper.c



Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent 88c8e03f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -5,11 +5,6 @@

register struct CPUSPARCState *env asm(AREG0);

#define DT0 (env->dt0)
#define DT1 (env->dt1)
#define QT0 (env->qt0)
#define QT1 (env->qt1)

#include "cpu.h"
#include "exec-all.h"

+5 −0
Original line number Diff line number Diff line
@@ -44,6 +44,11 @@
#endif
#endif

#define DT0 (env->dt0)
#define DT1 (env->dt1)
#define QT0 (env->qt0)
#define QT1 (env->qt1)

#if defined(CONFIG_USER_ONLY) && defined(TARGET_SPARC64)
static void do_unassigned_access(target_ulong addr, int is_write, int is_exec,
                          int is_asi, int size);