X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=486bc97d3b03d65468967c820567f06d734a1101;hb=0cff6b0b7e6f1d148586f81f620b9c86ed217caa;hp=c7b5b6d9c6f0cfff44ce61b49632fb11c9aac1b3;hpb=f82850855bab2cdaaf51c4e92d506b365866e65f;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index c7b5b6d..486bc97 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -137,12 +137,12 @@ sufficiently motivated to do lengthy fixes." ;; since the GC will invalidate the stack. #!+gencgc (gc-and-save (unix-namestring core-file-name nil) (foreign-bool executable) - (foreign-bool save-runtime-options)) + (foreign-bool save-runtime-options))) (without-gcing (save (unix-namestring core-file-name nil) (get-lisp-obj-address #'restart-lisp) (foreign-bool executable) - (foreign-bool save-runtime-options)))))) + (foreign-bool save-runtime-options))))) ;; Save the restart function into a static symbol, to allow GC-AND-SAVE ;; access to it even after the GC has moved it. #!+gencgc