Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33818 )

Change subject: arch: Removed unused "Addr pcbb" from threadinfo
......................................................................

arch: Removed unused "Addr pcbb" from threadinfo

"Addr pcbb" is unused. It has therefore been removed.

Change-Id: I7ce27a8661480b5b7f2396f1d85ecb063710a10a
---
M src/arch/generic/linux/threadinfo.hh
1 file changed, 2 insertions(+), 3 deletions(-)



diff --git a/src/arch/generic/linux/threadinfo.hh b/src/arch/generic/linux/threadinfo.hh
index 0127105..e5ba7e2 100644
--- a/src/arch/generic/linux/threadinfo.hh
+++ b/src/arch/generic/linux/threadinfo.hh
@@ -39,7 +39,6 @@
   private:
     ThreadContext *tc;
     System *sys;
-    Addr pcbb;

     ByteOrder byteOrder;

@@ -62,8 +61,8 @@
     }

   public:
-    ThreadInfo(ThreadContext *_tc, Addr _pcbb = 0)
-        : tc(_tc), sys(tc->getSystemPtr()), pcbb(_pcbb),
+    ThreadInfo(ThreadContext *_tc)
+        : tc(_tc), sys(tc->getSystemPtr()),
         byteOrder(tc->getSystemPtr()->getGuestByteOrder())
     {


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33818
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: I7ce27a8661480b5b7f2396f1d85ecb063710a10a
Gerrit-Change-Number: 33818
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to