sim-card
/
qemu
Archived
10
0
Fork 0

Initialize old_exception, by Bernhard Kauer.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3099 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-07-31 23:09:18 +00:00
parent 15d9ca0f9b
commit a2cce02c48
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ void cpu_reset(CPUX86State *env)
tlb_flush(env, 1);
env->old_exception = -1;
/* init to reset state */
#ifdef CONFIG_SOFTMMU