Skip to content
Open
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 Source/bmalloc/libpas/src/libpas/pas_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
#define PAS_ENABLE_JIT 1
#endif /* PAS_LIBMALLOC -> so end of !defined(PAS_BMALLOC) && !defined(PAS_LIBMALLOC) */

#define PAS_COMPACT_PTR_SIZE 3llu
#define PAS_COMPACT_PTR_SIZE 4llu
#define PAS_COMPACT_PTR_BITS (PAS_COMPACT_PTR_SIZE << 3)
#define PAS_COMPACT_PTR_MASK ((uintptr_t)(((uint64_t)1 \
<< (PAS_COMPACT_PTR_BITS & 63)) - 1))
Expand Down
Loading