mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 15:26:51 +00:00
target/i386/excp_helper: remove unnecessary comment
This commit is contained in:
parent
c1e72be68d
commit
995ae229a3
|
@ -102,7 +102,7 @@ static void QEMU_NORETURN raise_interrupt2(CPUX86State *env, int intno,
|
||||||
cpu_svm_check_intercept_param(env, SVM_EXIT_SWINT, 0, retaddr);
|
cpu_svm_check_intercept_param(env, SVM_EXIT_SWINT, 0, retaddr);
|
||||||
}
|
}
|
||||||
|
|
||||||
cs->exception_index = intno; // qq
|
cs->exception_index = intno;
|
||||||
env->error_code = error_code;
|
env->error_code = error_code;
|
||||||
env->exception_is_int = is_int;
|
env->exception_is_int = is_int;
|
||||||
env->exception_next_eip = env->eip + next_eip_addend;
|
env->exception_next_eip = env->eip + next_eip_addend;
|
||||||
|
|
Loading…
Reference in a new issue