target/i386/excp_helper: remove unnecessary comment

This commit is contained in:
Lioncash 2018-03-12 13:16:53 -04:00
parent c1e72be68d
commit 995ae229a3
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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;