From: Gabe Black Date: Wed, 25 Feb 2009 18:21:14 +0000 (-0800) Subject: X86: Make the TSS type check actually return a fault if it fails. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e08d60389d8ddbe64d22834dbd327229822dac10;p=gem5.git X86: Make the TSS type check actually return a fault if it fails. --- diff --git a/src/arch/x86/isa/microops/regop.isa b/src/arch/x86/isa/microops/regop.isa index 7c2feb398..d5eb59f11 100644 --- a/src/arch/x86/isa/microops/regop.isa +++ b/src/arch/x86/isa/microops/regop.isa @@ -1171,7 +1171,7 @@ let {{ } else if (!(desc.type == 0x9 || (desc.type == 1 && m5reg.mode != LongMode))) { - + fault = new GeneralProtection(selector); } break; default: