Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ca8389

Browse files
authored
fix: use custom page allocator on ps5 (#1257)
1 parent aa1f1b7 commit 6ca8389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/* on unix platforms we add support for a simplistic page allocator that can
77
be enabled to make code async safe */
8-
#if defined(SENTRY_PLATFORM_UNIX) && !defined(SENTRY_PLATFORM_PS)
8+
#if defined(SENTRY_PLATFORM_UNIX)
99
# include "sentry_unix_pageallocator.h"
1010
# define WITH_PAGE_ALLOCATOR
1111
#endif

0 commit comments

Comments
 (0)