summaryrefslogtreecommitdiffstats
path: root/target-sparc
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc')
-rw-r--r--target-sparc/exec.h5
-rw-r--r--target-sparc/op_helper.c1
2 files changed, 0 insertions, 6 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h
index 3ef0cf9..c6ff950 100644
--- a/target-sparc/exec.h
+++ b/target-sparc/exec.h
@@ -4,7 +4,6 @@
#include "dyngen-exec.h"
register struct CPUSPARCState *env asm(AREG0);
-#define REGWPTR env->regwptr
#define FT0 (env->ft0)
#define FT1 (env->ft1)
@@ -18,10 +17,6 @@ register struct CPUSPARCState *env asm(AREG0);
static inline void env_to_regs(void)
{
-#if defined(reg_REGWPTR)
- REGWPTR = env->regbase + (env->cwp * 16);
- env->regwptr = REGWPTR;
-#endif
}
static inline void regs_to_env(void)
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c
index 2aae955..3c04fe5 100644
--- a/target-sparc/op_helper.c
+++ b/target-sparc/op_helper.c
@@ -2629,7 +2629,6 @@ void cpu_set_cwp(CPUState *env1, int new_cwp)
if (new_cwp == (NWINDOWS - 1))
memcpy32(env1->regbase + NWINDOWS * 16, env1->regbase);
env1->regwptr = env1->regbase + (new_cwp * 16);
- REGWPTR = env1->regwptr;
}
void set_cwp(int new_cwp)
OpenPOWER on IntegriCloud