From 689092ab7b8fa29ac1c323d593d1c7bb99cb8cf8 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 13 Apr 1990 13:01:40 +0000
Subject: [PATCH] move-full-call-args => move-tail-full-call-args

---
 compiler/old-rt/vm-tran.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/old-rt/vm-tran.lisp b/compiler/old-rt/vm-tran.lisp
index 33a2f4e49..1e0ce1e31 100644
--- a/compiler/old-rt/vm-tran.lisp
+++ b/compiler/old-rt/vm-tran.lisp
@@ -69,7 +69,7 @@
 (defknown %syscall (&rest t) *)
 
 (defoptimizer (%syscall ir2-convert) ((&rest args) node block)
-  (let* ((refs (move-full-call-args node block))
+  (let* ((refs (move-tail-full-call-args node block))
 	 (cont (node-cont node))
 	 (res (continuation-result-tns
 	       cont
-- 
GitLab