summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-08-28 23:14:40 -0700
committerGabe Black <gabeblack@google.com>2018-10-03 00:13:59 +0000
commitb6ad37a88e95a2efbb118324ef48206ee0b6dbc6 (patch)
tree5d773ba22d76644ab557dd9d4809fd784a3559cd /src/systemc/ext/utils
parentcfe48360f933329f10baa0baa1c750493180d891 (diff)
downloadgem5-b6ad37a88e95a2efbb118324ef48206ee0b6dbc6.tar.xz
systemc: Improve handling of empty process handles.
Most had checks, but didn't print any message. throw_it needed a check as well. Change-Id: I916c837112f9b27852583f01b3e16a6f53d5e7ca Reviewed-on: https://gem5-review.googlesource.com/c/12440 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/utils')
-rw-r--r--src/systemc/ext/utils/sc_report.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/ext/utils/sc_report.hh b/src/systemc/ext/utils/sc_report.hh
index 6f652ce2c..19029ec55 100644
--- a/src/systemc/ext/utils/sc_report.hh
+++ b/src/systemc/ext/utils/sc_report.hh
@@ -33,7 +33,7 @@
#include <exception>
#include <string>
-#include "systemc/ext/core/sc_time.hh"
+#include "../core/sc_time.hh"
namespace sc_core
{