From 156ae7ebc97b9287fbdfc32c503e2e1404893e3a Mon Sep 17 00:00:00 2001 From: Matthew Ballance Date: Sat, 4 May 2024 17:56:48 -0700 Subject: [PATCH] XX Signed-off-by: Matthew Ballance --- src/DebugMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugMgr.cpp b/src/DebugMgr.cpp index a645468..d90e1e7 100644 --- a/src/DebugMgr.cpp +++ b/src/DebugMgr.cpp @@ -108,7 +108,7 @@ void DebugMgr::flush() { } void DebugMgr::signal_handler(int sigid) { - dynamic_cast(Factory::inst())->crash_handler(); + dynamic_cast(Factory::inst()->getDebugMgr())->crash_handler(); } void DebugMgr::crash_handler() {