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

Change subject: systemc: Change the default "catch action" to SC_DISPLAY.
......................................................................

systemc: Change the default "catch action" to SC_DISPLAY.

There is a test which checks what it was and asserts if it's something
else.

Change-Id: I114c0a38c9fa69544416a4d1b555bb87e6246efd
---
M src/systemc/utils/sc_report_handler.cc
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/systemc/utils/sc_report_handler.cc b/src/systemc/utils/sc_report_handler.cc
index 1ca9d97..41bf8e8 100644
--- a/src/systemc/utils/sc_report_handler.cc
+++ b/src/systemc/utils/sc_report_handler.cc
@@ -92,7 +92,7 @@

 sc_actions suppressedActions = SC_UNSPECIFIED;
 sc_actions forcedActions = SC_UNSPECIFIED;
-sc_actions catchActions = SC_UNSPECIFIED;
+sc_actions catchActions = SC_DISPLAY;

sc_report_handler_proc reportHandlerProc = &sc_report_handler::default_handler;


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

Reply via email to