Revision 9f083493 cpu-exec.c

b/cpu-exec.c
398 398
                    break;
399 399
                } else if (env->user_mode_only) {
400 400
                    /* if user mode only, we simulate a fake exception
401
                       which will be hanlded outside the cpu execution
401
                       which will be handled outside the cpu execution
402 402
                       loop */
403 403
#if defined(TARGET_I386)
404 404
                    do_interrupt_user(env->exception_index, 

Also available in: Unified diff