Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Apr 24, 2024
1 parent c669af8 commit a16c8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/runtime/fiber.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ void caml_free_stack (struct stack_info* stack)
int page_size = getpagesize();
mprotect((void *) ((char *) stack + page_size),
page_size,
PROT_READ | PROT_WRITE | PROT_EXEC);
PROT_READ | PROT_WRITE);
#endif
#endif

Expand Down

0 comments on commit a16c8a3

Please sign in to comment.