summaryrefslogtreecommitdiff
path: root/src/systemc/core/kernel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/core/kernel.cc')
-rw-r--r--src/systemc/core/kernel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/core/kernel.cc b/src/systemc/core/kernel.cc
index e93236541..3b75c2fd2 100644
--- a/src/systemc/core/kernel.cc
+++ b/src/systemc/core/kernel.cc
@@ -56,7 +56,7 @@ Kernel::t0Handler()
// happen before them, honoring the ordering for the initialization phase
// in the spec. The delta phase will happen at normal priority, and then
// the event which runs the processes which is at a lower priority.
- ::sc_gem5::scheduler.initToReady();
+ ::sc_gem5::scheduler.prepareForInit();
}
} // namespace SystemC