Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/18552
Change subject: cpu: Remove the MachInst typedef from the ThreadContext
class.
......................................................................
cpu: Remove the MachInst typedef from the ThreadContext class.
It's not used by anything, and adds an unnecessary ISA dependency.
Change-Id: I43efef9eb30394df6eb0af80d2fae8c174cb0d0f
---
M src/cpu/thread_context.hh
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/cpu/thread_context.hh b/src/cpu/thread_context.hh
index 034d620..7ab2fec 100644
--- a/src/cpu/thread_context.hh
+++ b/src/cpu/thread_context.hh
@@ -92,7 +92,6 @@
class ThreadContext
{
protected:
- typedef TheISA::MachInst MachInst;
using VecRegContainer = TheISA::VecRegContainer;
using VecElem = TheISA::VecElem;
using VecPredRegContainer = TheISA::VecPredRegContainer;
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/18552
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I43efef9eb30394df6eb0af80d2fae8c174cb0d0f
Gerrit-Change-Number: 18552
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev