X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fparms.lisp;h=088d17814b715a763cc55a809a8b3030c8e724ff;hb=88fbde7b3c6e6e66bdde408348337e97068f2568;hp=3f2a52c7d388555a421ddcba18c2ab75ac858fc9;hpb=9cdf6e7130467382485e99c14e1ce6a48aa8b4b8;p=sbcl.git diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp index 3f2a52c..088d178 100644 --- a/src/compiler/ppc/parms.lisp +++ b/src/compiler/ppc/parms.lisp @@ -156,25 +156,24 @@ ;; The C startup code must fill these in. *posix-argv* - sb!impl::*initial-fdefn-objects* - ;; Functions that the C code needs to call - ;; sb!impl::%initial-fun + ;; functions that the C code needs to call sb!impl::maybe-gc sb!kernel::internal-error + sb!kernel::control-stack-exhausted-error sb!di::handle-breakpoint sb!impl::fdefinition-object - ;; Free Pointers. + ;; free pointers *read-only-space-free-pointer* *static-space-free-pointer* *initial-dynamic-space-free-pointer* - ;; Things needed for non-local-exit. + ;; things needed for non-local exit *current-catch-block* *current-unwind-protect-block* - ;; Interrupt Handling + ;; interrupt handling *free-interrupt-context-index* sb!unix::*interrupts-enabled* sb!unix::*interrupt-pending*