Revision 54ca9095 target-i386/helper.c

b/target-i386/helper.c
3478 3478
            }
3479 3479
        }
3480 3480
        if (retaddr)
3481
            raise_exception_err(EXCP0E_PAGE, env->error_code);
3481
            raise_exception_err(env->exception_index, env->error_code);
3482 3482
        else
3483
            raise_exception_err_norestore(EXCP0E_PAGE, env->error_code);
3483
            raise_exception_err_norestore(env->exception_index, env->error_code);
3484 3484
    }
3485 3485
    env = saved_env;
3486 3486
}

Also available in: Unified diff