Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56329 )

Change subject: arch-x86: Remove __init__ from the X86MicrocodeRom class.
......................................................................

arch-x86: Remove __init__ from the X86MicrocodeRom class.

This is just setting up an empty dict the base class already sets up.

Change-Id: I22b00799f3424f9ced784c3d25771b979865e53d
---
M src/arch/x86/isa/rom.isa
1 file changed, 11 insertions(+), 4 deletions(-)



diff --git a/src/arch/x86/isa/rom.isa b/src/arch/x86/isa/rom.isa
index 4f97ac8..c7ba675 100644
--- a/src/arch/x86/isa/rom.isa
+++ b/src/arch/x86/isa/rom.isa
@@ -41,10 +41,6 @@
     from micro_asm import Rom

     class X86MicrocodeRom(Rom):
-        def __init__(self, name):
-            super().__init__(name)
-            self.directives = {}
-
         def add_microop(self, mnemonic, microop):
             microop.mnemonic = mnemonic
             microop.micropc = len(self.microops)

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56329
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I22b00799f3424f9ced784c3d25771b979865e53d
Gerrit-Change-Number: 56329
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to