X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fexhaust.lisp;h=a96112b2a82e7b6269144bf9d0a54bc4ba4a4a96;hb=62b6c13eaaefa20b790e10a28d292e1821cd4446;hp=b1cf7918cd9d2194d7fe1a09bfbe21de9e70cf41;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/src/code/exhaust.lisp b/src/code/exhaust.lisp index b1cf791..a96112b 100644 --- a/src/code/exhaust.lisp +++ b/src/code/exhaust.lisp @@ -14,8 +14,6 @@ (define-alien-routine ("protect_control_stack_guard_page" %protect-control-stack-guard-page) sb!alien:void - (thread-sap system-area-pointer) (protect-p sb!alien:int)) (defun protect-control-stack-guard-page (n) - (%protect-control-stack-guard-page - (sb!thread::thread-%sap sb!thread:*current-thread*) (if n 1 0))) + (%protect-control-stack-guard-page (if n 1 0)))