diff --git a/compiler/rt/values.lisp b/compiler/rt/values.lisp index a7123302b7d7f91ca0d29d2de95e4e19d5239883..ae6eecd5cfa88daa904d7df5c7bc1c50da493455 100644 --- a/compiler/rt/values.lisp +++ b/compiler/rt/values.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.1 1991/02/18 15:08:26 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.2 1991/03/31 18:45:02 wlott Exp $ ;;; ;;; This file contains the implementation of unknown-values VOPs. ;;; @@ -98,5 +98,5 @@ (error-call vop bogus-argument-to-values-list-error list) (emit-label done) - (move csp-tn count) + (move count csp-tn) (inst s count start))))