diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-06-18 14:15:47 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-06-18 14:15:47 +0000 |
commit | 4ae284282ef87140ed6aad7bffb42420b10a2073 (patch) | |
tree | 7833a5435a77aeef99e1b3dea8076facfe7a1b65 /src/arch/x86 | |
parent | 6c125779372ecc7c9482f6e79bd4c5c0c99ad7ec (diff) | |
download | gem5-4ae284282ef87140ed6aad7bffb42420b10a2073.tar.xz |
Get rid of unnecessary output.
--HG--
extra : convert_revision : 0df9a12788b8ce3225c113c095d5f13e49a7c544
Diffstat (limited to 'src/arch/x86')
-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 |