diff options
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index d2865ee7d5..d34b837637 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c @@ -644,7 +644,6 @@ void cpu_reset(CPUSPARCState *env) env->wim = 1; env->regwptr = env->regbase + (env->cwp * 16); #if defined(CONFIG_USER_ONLY) - env->user_mode_only = 1; #ifdef TARGET_SPARC64 env->cleanwin = env->nwindows - 2; env->cansave = env->nwindows - 2; |