Gabe Black has uploaded this change for review. ( 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
---
M src/cpu/SConscript
1 file changed, 2 insertions(+), 2 deletions(-)



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: 1
Gerrit-Owner: Gabe Black <[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