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

Change subject: arch-x86: rename macroop.isa to emulenv.isa.
......................................................................

arch-x86: rename macroop.isa to emulenv.isa.

This file now only has the emulation environment class in it, so it
doesn't make sense to name it after a macroop class that's no longer
there.

Change-Id: If4dc27429c63355fb04f1c55e6b5c57fc8ee23e0
---
R src/arch/x86/isa/emulenv.isa
M src/arch/x86/isa/microasm.isa
2 files changed, 15 insertions(+), 2 deletions(-)



diff --git a/src/arch/x86/isa/macroop.isa b/src/arch/x86/isa/emulenv.isa
similarity index 100%
rename from src/arch/x86/isa/macroop.isa
rename to src/arch/x86/isa/emulenv.isa
diff --git a/src/arch/x86/isa/microasm.isa b/src/arch/x86/isa/microasm.isa
index 8499f6c..7c0d2ef 100644
--- a/src/arch/x86/isa/microasm.isa
+++ b/src/arch/x86/isa/microasm.isa
@@ -41,8 +41,8 @@
 //assembler.
 ##include "microops/microops.isa"

-//Include code to build macroops in both C++ and python.
-##include "macroop.isa"
+//Include code for the emulation environment.
+##include "emulenv.isa"

 let {{
     import sys

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56506
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: If4dc27429c63355fb04f1c55e6b5c57fc8ee23e0
Gerrit-Change-Number: 56506
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