X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=98a3d5755497ba5184ece3a88d41e90b87f9b7e1;hb=2fe7ca730f378505f86a7553462fa3241185d444;hp=039dac65f1aca777022b74a42a3f2cd57748a562;hpb=dc5e3163fe667e2629c7769aa8cf2e501eeeefa6;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 039dac6..98a3d57 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -40,9 +40,6 @@ #include "interr.h" #include "monitor.h" #include "validate.h" -#if defined GENCGC -#include "gencgc.h" -#endif #include "core.h" #include "save.h" #include "lispregs.h" @@ -263,10 +260,7 @@ More information about SBCL is available at .\n\ SHOW("freeing core"); free(core); -#if defined GENCGC - gencgc_pickup_dynamic(); -#else -#endif + gc_initialize_pointers(); #ifdef BINDING_STACK_POINTER SetSymbolValue(BINDING_STACK_POINTER, BINDING_STACK_START);