From 9581562e653f6df810e40c076bc97d50daccf302 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 23 Aug 2010 09:44:19 -0700 Subject: X86: Get rid of the flagless microop constructor. This will reduce clutter in the source and hopefully speed up compilation. --- src/arch/x86/isa/formats/string.isa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/x86/isa/formats/string.isa') diff --git a/src/arch/x86/isa/formats/string.isa b/src/arch/x86/isa/formats/string.isa index 5a386e3cd..20de5952e 100644 --- a/src/arch/x86/isa/formats/string.isa +++ b/src/arch/x86/isa/formats/string.isa @@ -85,7 +85,8 @@ def format StringInst(*opTypeSet) {{ %s } else if (LEGACY_REPNE) { // The repne prefix is illegal - return new MicroFault(machInst, "illprefix", new InvalidOpcode, 0); + return new MicroFault(machInst, "illprefix", 0, + new InvalidOpcode, 0); } else { %s } -- cgit v1.2.3