Skip to content
Snippets Groups Projects
Commit 9567a3eb authored by ram's avatar ram
Browse files

Fixed EMIT-ARG-MOVES to emit the COMPUTE-OLD-NFP VOP correctly.

parent af75e1b6
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,10 @@ ...@@ -368,7 +368,10 @@
(make-representation-tn (make-representation-tn
(first (primitive-type-scs (first (primitive-type-scs
*any-primitive-type*)))) *any-primitive-type*))))
(emit-context-template node block vop nfp-tn) (emit-context-template
node block
(template-or-lose 'compute-old-nfp)
nfp-tn)
(assert (not (sc-number-stack-p (tn-sc nfp-tn)))) (assert (not (sc-number-stack-p (tn-sc nfp-tn))))
nfp-tn))) nfp-tn)))
(new (emit-move-arg-template node block res val-tn this-fp (new (emit-move-arg-template node block res val-tn this-fp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment