X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fphysenvanal.lisp;h=e006827a52e7ffbd56c2a695d663b88706fbf344;hb=007bcd5aac2f3a1e714563bd39f7a2db2d0bf7c2;hp=ff9fc42854d8cd6baad6d5e046aefe8539c5540e;hpb=1dd20e25cece8c023b2c751a6553573d00aac7ce;p=sbcl.git diff --git a/src/compiler/physenvanal.lisp b/src/compiler/physenvanal.lisp index ff9fc42..e006827 100644 --- a/src/compiler/physenvanal.lisp +++ b/src/compiler/physenvanal.lisp @@ -334,7 +334,7 @@ (loop for what in (cleanup-info cleanup) do (etypecase what (lvar - (if (lvar-good-for-dx-p what component) + (if (lvar-good-for-dx-p what t component) (let ((real (principal-lvar what))) (setf (lvar-dynamic-extent real) cleanup) (real-dx-lvars real))