diff options
Diffstat (limited to 'target-sh4/translate.c')
-rw-r--r-- | target-sh4/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 55b6c439c..2ff759056 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -185,7 +185,7 @@ void cpu_dump_state(CPUState * env, FILE * f, static void cpu_sh4_reset(CPUSH4State * env) { #if defined(CONFIG_USER_ONLY) - env->sr = SR_FD; /* FD - kernel does lazy fpu context switch */ + env->sr = 0; #else env->sr = 0x700000F0; /* MD, RB, BL, I3-I0 */ #endif |