X86: Make the TSS type check actually return a fault if it fails.

This commit is contained in:
Gabe Black 2009-02-25 10:21:14 -08:00
parent 68300cfb8c
commit e08d60389d

View file

@ -1171,7 +1171,7 @@ let {{
} else if (!(desc.type == 0x9 ||
(desc.type == 1 &&
m5reg.mode != LongMode))) {
fault = new GeneralProtection(selector);
}
break;
default: