X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fload.lisp;h=75cfec5966f5b75abfdd042ccb3ef8c02d1765b5;hb=d40a76606c86722b0aef8179155f9f2840739b72;hp=92f188d2873691c13745eae1203e5bc50c8798b8;hpb=e0814eee6f6dea52db010b45a330100f2fe65832;p=sbcl.git diff --git a/src/code/load.lisp b/src/code/load.lisp index 92f188d..75cfec5 100644 --- a/src/code/load.lisp +++ b/src/code/load.lisp @@ -297,7 +297,7 @@ (svref *fop-names* byte) byte (1- (file-position stream)) - (svref *fop-functions* byte)))) + (svref *fop-funs* byte)))) ;; Actually execute the fop. (if (eql byte 3) @@ -317,7 +317,7 @@ (setq *fop-stack-pointer* index) (setf (svref *fop-stack* index) (svref *current-fop-table* (read-byte stream)))) - (funcall (the function (svref *fop-functions* byte)))))))))) + (funcall (the function (svref *fop-funs* byte)))))))))) (defun load-as-fasl (stream verbose print) ;; KLUDGE: ANSI says it's good to do something with the :PRINT