This commit is contained in:
Daniel Barlow 2004-08-03 12:09:32 +00:00
parent 7e0373b1a0
commit c23b325483

View file

@ -77,7 +77,7 @@
;;;; move functions
;;; X is source, Y is destination.
(define-move-fun (load-single 2) (vop x ysrc dest)
(define-move-fun (load-single 2) (vop x y)
((single-stack) (single-reg))
(inst movss y (ea-for-sf-stack x)))