From 72d239ed26db3f288e73b68b70fcf1bb06f67900 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Wed, 14 Jan 2009 19:40:27 +0000 Subject: Get rid of user_mode_only Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6305 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/helper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target-sparc') diff --git a/target-sparc/helper.c b/target-sparc/helper.c index d2865ee..d34b837 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; -- cgit v1.1