projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ec77f
)
Get rid of an unnecessary debug statement.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 14 Jun 2007 13:49:23 +0000
(13:49 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 14 Jun 2007 13:49:23 +0000
(13:49 +0000)
--HG--
extra : convert_revision :
0b306dd96f5358474ad6a8bf4a949c12bcd139cd
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 37f523efc1acc301bf2d2fec22bd2b85d8f3bbbe..96add3ab5a8d9b74cb995f7903b11587a9988524 100644
(file)
--- a/
src/arch/x86/isa/specialize.isa
+++ b/
src/arch/x86/isa/specialize.isa
@@
-101,7
+101,7
@@
let {{
# This function specializes the given piece of code to use a particular
# set of argument types described by "opTypes".
def specializeInst(Name, opTypes, env):
- print "Specializing %s with opTypes %s" % (Name, opTypes)
+
#
print "Specializing %s with opTypes %s" % (Name, opTypes)
while len(opTypes):
# Parse the operand type string we're working with
opType = OpType(opTypes[0])