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
This commit is contained in:
parent
9f6164d6f6
commit
de55306582
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user