X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcompiler%2Fdump.lisp;h=5ca2b23abc48981ec97cbb11fc894efb244a53a0;hb=a189a69454ef7635149319ae213b337f17c50d20;hp=341bdbf94ba4500fa041e9f0d2c827733ecefb41;hpb=f42374639ed3c17feee330939df92117a0055d02;p=sbcl.git diff --git a/src/compiler/dump.lisp b/src/compiler/dump.lisp index 341bdbf..5ca2b23 100644 --- a/src/compiler/dump.lisp +++ b/src/compiler/dump.lisp @@ -838,7 +838,9 @@ (dump-fop 'fop-spec-vector file) (dump-word length file) (dump-byte widetag file)) - (dump-raw-bytes vector (ceiling (* length bits-per-length) sb!vm:n-byte-bits) file))) + (dump-raw-bytes vector + (ceiling (* length bits-per-length) sb!vm:n-byte-bits) + file))) ;;; Dump characters and string-ish things.