Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 0c303ed

Browse files
authored
Fix build
1 parent 122ebb9 commit 0c303ed

File tree

1 file changed

+1
-1
lines changed
  • main/src/addins/PerformanceDiagnostics/PerformanceDiagnostics

1 file changed

+1
-1
lines changed

main/src/addins/PerformanceDiagnostics/PerformanceDiagnostics/Commands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class InduceNativePInvokeCrashHandler : CommandHandler
209209

210210
protected override void Run ()
211211
{
212-
crash_me ();
212+
debug_trigger_sigsegv ();
213213
}
214214
}
215215
#endif

0 commit comments

Comments
 (0)