0.pre7.51:
[sbcl.git] / src / compiler / x86 / nlx.lisp
index a0030d4..5b2ea6e 100644 (file)
@@ -13,7 +13,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* any-reg-sc-number)
    env))