From: Gabe Black Date: Mon, 18 Jun 2007 14:15:47 +0000 (+0000) Subject: Get rid of unnecessary output. X-Git-Tag: m5_2.0_beta4~337^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ae284282ef87140ed6aad7bffb42420b10a2073;p=gem5.git Get rid of unnecessary output. --HG-- extra : convert_revision : 0df9a12788b8ce3225c113c095d5f13e49a7c544 --- 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