Commit de55306582ee4f7d487c01160035a5c39aa5f3e8

Authored by edgar_igl
1 parent 9f6164d6

ETRAX: No need to mask off the I flag twice at reset.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6196 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
hw/etraxfs.c
... ... @@ -42,7 +42,6 @@ static void main_cpu_reset(void *opaque)
42 42 CPUState *env = opaque;
43 43 cpu_reset(env);
44 44  
45   - env->pregs[PR_CCS] &= ~I_FLAG;
46 45 env->pc = bootstrap_pc;
47 46 }
48 47  
... ...