Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Set the mach exception default to MachException_SuppressDebugging #160

Merged
merged 1 commit into from
Feb 9, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pal/src/exception/machexception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ enum MachExceptionMode
MachException_SuppressManaged = 4,

// Default value to use if environment variable not set.
MachException_Default = 0,
MachException_Default = 2,
};

static exception_mask_t GetExceptionMask()
Expand Down