X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.c;h=d00c39166d79d44a717d419c9c0254cc17aa55ea;hb=372d68ae1432a96a527c662de3af3bb334808856;hp=2afaa68572ec9bb7ca24e007641b7a34a27e92ae;hpb=121a6e2e935db79d09b5e687bd4380fbaa17ed93;p=sbcl.git diff --git a/src/runtime/validate.c b/src/runtime/validate.c index 2afaa68..d00c391 100644 --- a/src/runtime/validate.c +++ b/src/runtime/validate.c @@ -89,12 +89,12 @@ protect_page(void *page, int protect_p, os_vm_prot_t flags) { flags : OS_VM_PROT_ALL); } -#define DEF_PROTECT_PAGE(name,page_name,flags) \ - void \ - protect_##name(int protect_p, struct thread *thread) { \ - if (!thread) \ - thread = arch_os_get_current_thread(); \ - protect_page(page_name(thread), protect_p, flags); \ +#define DEF_PROTECT_PAGE(name,page_name,flags) \ + void \ + protect_##name(int protect_p, struct thread *thread) { \ + if (!thread) \ + thread = arch_os_get_current_thread(); \ + protect_page(page_name(thread), protect_p, flags); \ } DEF_PROTECT_PAGE(control_stack_hard_guard_page,