X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffop.lisp;h=9891b4690dfd1f599c2d5077a244aaedfe503743;hb=8e6218a244d65acbae7ff5d3396705a4dec537d9;hp=a4d933104b90416d6f60a582f555297faf93c8c6;hpb=d55ad026a3d69bcbd595a7a09763327977e46e0b;p=sbcl.git diff --git a/src/code/fop.lisp b/src/code/fop.lisp index a4d9331..9891b46 100644 --- a/src/code/fop.lisp +++ b/src/code/fop.lisp @@ -173,11 +173,9 @@ (/show0 "THROWing FASL-GROUP-END") (throw 'fasl-group-end t)) -;;; In the normal loader, we just ignore these. GENESIS overwrites -;;; FOP-MAYBE-COLD-LOAD with something that knows whether to revert to -;;; cold-loading or not. -(define-fop (fop-normal-load 81 :stackp nil)) -(define-fop (fop-maybe-cold-load 82 :stackp nil)) +;;; We used to have FOP-NORMAL-LOAD as 81 and FOP-MAYBE-COLD-LOAD as +;;; 82 until GENESIS learned how to work with host symbols and +;;; packages directly instead of piggybacking on the host code. (define-fop (fop-verify-table-size 62 :stackp nil) (let ((expected-index (read-word-arg)))