Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed May 5, 2024
1 parent cf6d632 commit 156ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void DebugMgr::flush() {
}

void DebugMgr::signal_handler(int sigid) {
dynamic_cast<DebugMgr *>(Factory::inst())->crash_handler();
dynamic_cast<DebugMgr *>(Factory::inst()->getDebugMgr())->crash_handler();
}

void DebugMgr::crash_handler() {
Expand Down

0 comments on commit 156ae7e

Please sign in to comment.