diff --git a/compiler/x86/call.lisp b/compiler/x86/call.lisp
index 1ef18baef1f6f07c0e2c1604ccf1738702d6d947..af872045751733ab0cc0e4b7b75d25b707aa9357 100644
--- a/compiler/x86/call.lisp
+++ b/compiler/x86/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/call.lisp,v 1.16 1998/06/19 14:26:12 dtc Exp $")
+ "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/call.lisp,v 1.17 2002/08/01 13:06:06 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -306,7 +306,7 @@
 	    for tn-ref = (tn-ref-across 2nd-tn-ref)
 	    then (tn-ref-across tn-ref)
 	    for count from 2 below register-arg-count
-	    do count (inst mov (tn-ref-tn tn-ref) 2nd-tn))))
+	    do (inst mov (tn-ref-tn tn-ref) 2nd-tn))))
       (inst mov ebx-tn esp-tn)
       (emit-label regs-defaulted)
       (inst mov esp-tn ebx-tn)))