mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
typo fix
This commit is contained in:
parent
7e0373b1a0
commit
c23b325483
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue