X86: Make the TSS type check actually return a fault if it fails.
This commit is contained in:
parent
68300cfb8c
commit
e08d60389d
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ let {{
|
|||
} else if (!(desc.type == 0x9 ||
|
||||
(desc.type == 1 &&
|
||||
m5reg.mode != LongMode))) {
|
||||
|
||||
fault = new GeneralProtection(selector);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue