projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d93afe
)
X86: Get rid of the unused getAllocator on the python base microop class.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 23 Aug 2010 01:24:09 +0000
(18:24 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 23 Aug 2010 01:24:09 +0000
(18:24 -0700)
This function is always overridden, and doesn't actually have the right
signature.
src/arch/x86/isa/microops/base.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/microops/base.isa
b/src/arch/x86/isa/microops/base.isa
index 12bd7b6a5814d20afad195e43fecd819164f0fc2..2f8e04ab792089d039965213b1421374d164ca1f 100644
(file)
--- a/
src/arch/x86/isa/microops/base.isa
+++ b/
src/arch/x86/isa/microops/base.isa
@@
-93,10
+93,6
@@
let {{
text += ", %s" % self.cppBool(val)
return text
- def getAllocator(self, mnemonic, *microFlags):
- return 'new %s(machInst, %s)' % \
- (self.className, mnemonic, self.microFlagsText(microFlags))
-
def getGeneratorDef(self, micropc):
return self.generatorTemplate % \
(self.className, micropc, \