X86: Fix a bug in the chks microop where it ignored that it found a fault.

This commit is contained in:
Gabe Black 2009-04-19 03:40:08 -07:00
parent f2ff5b9249
commit a0cc081997

View file

@ -1112,6 +1112,7 @@ let {{
// Check permissions.
if (desc.dpl < m5reg.cpl) {
fault = new GeneralProtection(selector);
break;
}
// Fall through on purpose
case SegIntGateCheck: