projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c12577
)
Get rid of unnecessary output.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 18 Jun 2007 14:15:47 +0000
(14:15 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 18 Jun 2007 14:15:47 +0000
(14:15 +0000)
--HG--
extra : convert_revision :
0df9a12788b8ce3225c113c095d5f13e49a7c544
src/arch/x86/isa/specialize.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/specialize.isa
b/src/arch/x86/isa/specialize.isa
index faf86335187064d57bb8d7a0b062969dfd1e5dd8..bb2be47d9fa4fd01b562ffb7d2c9aa98141ec7a5 100644
(file)
--- 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