236c236
< SegNoCheck, SegCSCheck, SegCallGateCheck,
---
> SegNoCheck, SegCSCheck, SegCallGateCheck, SegIntGateCheck,
1043a1044,1048
> case SegIntGateCheck:
> if (desc.dpl < m5reg.cpl) {
> return new GeneralProtection((uint16_t)selector);
> }
> break;