X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fparms.lisp;h=ea3224711d2f227fcff112d5796cfec3d9e66d63;hb=7f1e94ae961a198e00daf281eb1dc858e5b2dcc7;hp=19af15f3b32474fdfb1314aafa67c6dd58b2733a;hpb=3ea89bab9e4600ba80b6bc931481100fca74fa9d;p=sbcl.git diff --git a/src/compiler/generic/parms.lisp b/src/compiler/generic/parms.lisp index 19af15f..ea32247 100644 --- a/src/compiler/generic/parms.lisp +++ b/src/compiler/generic/parms.lisp @@ -116,14 +116,18 @@ sb!kernel::alien-stack-exhausted-error sb!kernel::heap-exhausted-error sb!kernel::undefined-alien-variable-error - sb!kernel::undefined-alien-function-error sb!kernel::memory-fault-error sb!kernel::unhandled-trap-error + ;; On x86-64 it's called through the internal errors mechanism + #!-x86-64 undefined-alien-fun-error sb!di::handle-breakpoint sb!di::handle-single-step-trap fdefinition-object #!+win32 sb!kernel::handle-win32-exception - #!+sb-thruption sb!thread::run-interruption)) + #!+sb-thruption sb!thread::run-interruption + #!+sb-safepoint sb!thread::enter-foreign-callback + #!+(and sb-safepoint-strictly (not win32)) + sb!unix::signal-handler-callback)) (defparameter *common-static-symbols* '(t @@ -157,7 +161,7 @@ sb!unix::*interrupt-pending* #!+sb-thruption sb!unix::*thruption-pending* #!+sb-thruption sb!impl::*restart-clusters* - *in-without-gcing* + sb!vm::*in-without-gcing* *gc-inhibit* *gc-pending* #!-sb-thread @@ -170,6 +174,10 @@ #!+sb-thread *free-tls-index* #!+sb-thread *tls-index-lock* + ;; dynamic runtime linking support + #!+sb-dynamic-core *required-runtime-c-symbols* + sb!kernel::*gc-epoch* + ;; Dispatch tables for generic array access sb!impl::%%data-vector-reffers%% sb!impl::%%data-vector-reffers/check-bounds%%