Skip to content

Commit

Permalink
fix macos attempt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter authored Dec 7, 2024
1 parent e9096cb commit 149145c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/macos/MacOS.mm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static void handleThread() {
addr, static_cast<size_t>(s_signal), std::string(getSignalCodeString())
};

s_crashHandler(CrashHandler(info));
s_crashHandler(CrashHandler(exceptionInfo));

s_signal = 0;
s_cv.notify_all();
Expand All @@ -131,4 +131,4 @@ void registerCrashHandler(std::function<void(CrashHandler const&)> handler) {

}

#endif
#endif

0 comments on commit 149145c

Please sign in to comment.