0.pre7.51:
[sbcl.git] / src / compiler / alpha / nlx.lisp
index 3fd46b2..4892eb7 100644 (file)
@@ -14,7 +14,7 @@
 
 ;;; Make an environment-live stack TN for saving the SP for NLX entry.
 (!def-vm-support-routine make-nlx-sp-tn (env)
-  (environment-live-tn
+  (physenv-live-tn
    (make-representation-tn *fixnum-primitive-type* immediate-arg-scn)
    env))