[Openmcl-cvs-notifications] r10451 - /trunk/source/compiler/X86/x862.lisp
rme at clozure.com
rme at clozure.com
Tue Aug 12 16:30:10 EDT 2008
Author: rme
Date: Tue Aug 12 16:30:09 2008
New Revision: 10451
Log:
Get rid of some misleading comments in i386-ff-call.
Modified:
trunk/source/compiler/X86/x862.lisp
Modified: trunk/source/compiler/X86/x862.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/compiler/X86/x862.lisp (original)
+++ trunk/source/compiler/X86/x862.lisp Tue Aug 12 16:30:09 2008
@@ -9432,12 +9432,10 @@
(<- fpreg)))
((eq resultspec :unsigned-doubleword)
(ensuring-node-target (target vreg)
- ;; xxx -- need to ensure that edx is marked as an imm reg
(! makeu64)
(x862-copy-register seg target ($ *x862-arg-z*))))
((eq resultspec :signed-doubleword)
(ensuring-node-target (target vreg)
- ;; xxx -- need to ensure that edx is marked as an imm reg
(! makes64)
(x862-copy-register seg target ($ *x862-arg-z*))))
(t
More information about the Openmcl-cvs-notifications
mailing list