X86: Fix a bug in the chks microop where it ignored that it found a fault.
This commit is contained in:
@@ -1112,6 +1112,7 @@ let {{
|
||||
// Check permissions.
|
||||
if (desc.dpl < m5reg.cpl) {
|
||||
fault = new GeneralProtection(selector);
|
||||
break;
|
||||
}
|
||||
// Fall through on purpose
|
||||
case SegIntGateCheck:
|
||||
|
||||
Reference in New Issue
Block a user