diff --git a/compiler/old-rt/vm-tran.lisp b/compiler/old-rt/vm-tran.lisp
index 33a2f4e49f76731b5925f95e5c2d8faa44b108cf..1e0ce1e319c1ce4a642f1036c95df44a12761309 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