-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checksums GC_record_fault invocation on Darwin
* checksums.c [MPROTECT_VDB] (GC_record_fault): Define regardless of DARWIN. * include/private/gc_priv.h [CHECKSUMS && MPROTECT_VDB] (GC_record_fault): Declare regardless of DARWIN. * os_dep.c [MPROTECT_VDB && DARWIN && CHECKSUMS] (catch_exception_raise): Call GC_record_fault() (if GC_mprotect_state is GC_MP_NORMAL only).
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters