diff --git a/hw/etraxfs.c b/hw/etraxfs.c index 2f6e2ee8da..5cd56f3699 100644 --- a/hw/etraxfs.c +++ b/hw/etraxfs.c @@ -42,7 +42,6 @@ static void main_cpu_reset(void *opaque) CPUState *env = opaque; cpu_reset(env); - env->pregs[PR_CCS] &= ~I_FLAG; env->pc = bootstrap_pc; }