Revision ad848875
b/target-i386/translate.c | ||
---|---|---|
6010 | 6010 |
if (s->cpl != 0) { |
6011 | 6011 |
gen_exception(s, EXCP0D_GPF, pc_start - s->cs_base); |
6012 | 6012 |
} else { |
6013 |
if (gen_svm_check_intercept(s, pc_start, SVM_EXIT_INVD))
|
|
6013 |
if (gen_svm_check_intercept(s, pc_start, (b & 2) ? SVM_EXIT_INVD : SVM_EXIT_WBINVD))
|
|
6014 | 6014 |
break; |
6015 | 6015 |
/* nothing to do */ |
6016 | 6016 |
} |
Also available in: Unified diff