mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Generate double and triple faults, by Bernhard Kauer.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2563 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -360,6 +360,8 @@ int cpu_exec(CPUState *env1)
|
||||
env->exception_is_int,
|
||||
env->error_code,
|
||||
env->exception_next_eip, 0);
|
||||
/* successfully delivered */
|
||||
env->old_exception = -1;
|
||||
#elif defined(TARGET_PPC)
|
||||
do_interrupt(env);
|
||||
#elif defined(TARGET_MIPS)
|
||||
|
||||
Reference in New Issue
Block a user