X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Flate-nlx.lisp;h=e8a272766d835ac7ddfdce5a3e4c30981cdecc7b;hb=f6b2e375747a54a1bfa34ead9f9af2d4e8b5aa38;hp=d2d5855b77a3e5730974ee0d2a80735ba4df5c26;hpb=cd5a858174d892f876699373dc3ea389cf2c4d40;p=sbcl.git diff --git a/src/compiler/generic/late-nlx.lisp b/src/compiler/generic/late-nlx.lisp index d2d5855..e8a2727 100644 --- a/src/compiler/generic/late-nlx.lisp +++ b/src/compiler/generic/late-nlx.lisp @@ -13,7 +13,7 @@ ;;; Return a list of TNs that can be used to snapshot the dynamic ;;; state for use with the SAVE- and RESTORE-DYNAMIC-ENVIRONMENT VOPs. -(!def-vm-support-routine make-dynamic-state-tns () +(defun make-dynamic-state-tns () (make-n-tns #.(let ((nsave (sb!c::vop-info-num-results (template-or-lose 'save-dynamic-state)))