Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50332 )

Change subject: cpu: Stop excluding the protobuf tracer for x86.
......................................................................

cpu: Stop excluding the protobuf tracer for x86.

Change-Id: I71d9eca4b13809273cdddf8ae175379e382ab9d7
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50332
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Gabe Black <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/cpu/SConscript
1 file changed, 15 insertions(+), 2 deletions(-)

Approvals:
  Andreas Sandberg: Looks good to me, approved
  Gabe Black: Looks good to me, approved
  kokoro: Regressions pass




diff --git a/src/cpu/SConscript b/src/cpu/SConscript
index 83a78e2..f5b67d1 100644
--- a/src/cpu/SConscript
+++ b/src/cpu/SConscript
@@ -84,8 +84,8 @@
 if env['TARGET_ISA'] == 'null':
     Return()

-# Only build the protocol buffer instructions tracer if we have protobuf support
-if env['HAVE_PROTOBUF'] and env['TARGET_ISA'] != 'x86':
+# Only build the protobuf instructions tracer if we have protobuf support.
+if env['HAVE_PROTOBUF']:
     SimObject('InstPBTrace.py')
     Source('inst_pb_trace.cc')


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50332
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: I71d9eca4b13809273cdddf8ae175379e382ab9d7
Gerrit-Change-Number: 50332
Gerrit-PatchSet: 6
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Hoa Nguyen <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
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