Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
operand of size_t where capability is required
gcc error on CHERI
(fix of commit 9db2258) Issue #627 (bdwgc). * os_dep.c [MPROTECT_VDB && GC_ASSERTIONS] (IS_PAGE_ALIGNED): Do not define. * os_dep.c [MPROTECT_VDB] (GC_protect_heap): Expand `IS_PAGE_ALIGNED(start)`; replace `IS_PAGE_ALIGNED(len)` to `(len&(GC_page_size-1))==0`.
- Loading branch information