diff --git a/src/arch/x86/isa/specialize.isa b/src/arch/x86/isa/specialize.isa index faf8633518..bb2be47d9f 100644 --- a/src/arch/x86/isa/specialize.isa +++ b/src/arch/x86/isa/specialize.isa @@ -148,7 +148,6 @@ let {{ (memName, memTypes, memEnv)) elif opType.tag in ("I", "J"): # Immediates - print "IMMEDIATE" Name += "_I" elif opType.tag == "M": # This needs to refer to memory, but we'll fill in the details