summaryrefslogtreecommitdiff
path: root/src/systemc/core/process.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-09-05 16:08:24 -0700
committerGabe Black <gabeblack@google.com>2018-10-09 21:36:27 +0000
commit930386c114eda9e0f57d407d2ef61740fd75fc88 (patch)
treec1bee81ffe3cf56891bb278b092cb15d8eceddb1 /src/systemc/core/process.hh
parent38086692c4103f1373c06d79b09a0943935a8b2a (diff)
downloadgem5-930386c114eda9e0f57d407d2ef61740fd75fc88.tar.xz
systemc: Implement the nonstandard halt function.
Change-Id: Ie9bd9db92a63169980230bc9a15e153d5609dd0b Reviewed-on: https://gem5-review.googlesource.com/c/12594 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/core/process.hh')
-rw-r--r--src/systemc/core/process.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemc/core/process.hh b/src/systemc/core/process.hh
index 2ec75dc06..d28d46396 100644
--- a/src/systemc/core/process.hh
+++ b/src/systemc/core/process.hh
@@ -52,6 +52,9 @@
namespace sc_gem5
{
+class ScHalt
+{};
+
class Sensitivity
{
protected: