mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 20:18:19 +00:00
target/i386/excp_helper: remove unnecessary comment
This commit is contained in:
parent
c1e72be68d
commit
995ae229a3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
cs->exception_index = intno; // qq
|
||||
cs->exception_index = intno;
|
||||
env->error_code = error_code;
|
||||
env->exception_is_int = is_int;
|
||||
env->exception_next_eip = env->eip + next_eip_addend;
|
||||
|
|
Loading…
Reference in a new issue