diff options
-rw-r--r-- | src/arch/x86/isa/specialize.isa | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/isa/specialize.isa b/src/arch/x86/isa/specialize.isa index faf863351..bb2be47d9 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 |