summaryrefslogtreecommitdiffstats
path: root/src/runtime/rt_main.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/rt_main.C')
-rw-r--r--src/runtime/rt_main.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/runtime/rt_main.C b/src/runtime/rt_main.C
index 19a15e518..7aa631c7e 100644
--- a/src/runtime/rt_main.C
+++ b/src/runtime/rt_main.C
@@ -142,6 +142,17 @@ runtimeInterfaces_t* rt_start(hostInterfaces_t* intf)
// check for possible missed in-flight messages/interrupts
rtPost->callClearPendingSbeMsgs();
+ // check for possible missed in-flight messages/interrupts
+ if (rtPost->callClearPendingOccMsgs != nullptr )
+ {
+ // vector ptr has been initted, use it
+ rtPost->callClearPendingOccMsgs();
+ }
+ else
+ {
+ // (HTMGT not compiled in by default)
+ }
+
// do any version mismatch fixups
rt_version_fixup();
OpenPOWER on IntegriCloud