X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=74a6906bea5eac65415af62352dd74b6b9f44b3f;hb=545fa4548b327804cf78afe38a2ecd94ced86162;hp=061be32b720f1bc5374b3bf16cd9266c5f68445b;hpb=3c65762b927af861c9c8bc416e4cbac9a14ec0c3;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index 061be32..74a6906 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -19,7 +19,7 @@ (sb!alien:def-alien-routine "save" (sb!alien:boolean) (file sb!c-call:c-string) - (initial-function (sb!alien:unsigned #.sb!vm:word-bits))) + (initial-function (sb!alien:unsigned #.sb!vm:n-word-bits))) ;;; FIXME: When this is run without the PURIFY option, ;;; it seems to save memory all the way up to the high-water mark,