changeset 405f840c4ae1 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=405f840c4ae1
description:
        X86: Get rid of the unused getAllocator on the python base microop 
class.

        This function is always overridden, and doesn't actually have the right
        signature.

diffstat:

 src/arch/x86/isa/microops/base.isa |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (14 lines):

diff -r 417ef5d444bd -r 405f840c4ae1 src/arch/x86/isa/microops/base.isa
--- a/src/arch/x86/isa/microops/base.isa        Fri Aug 20 17:44:26 2010 -0700
+++ b/src/arch/x86/isa/microops/base.isa        Sun Aug 22 18:24:09 2010 -0700
@@ -93,10 +93,6 @@
                 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, \
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to