Skip to content
Snippets Groups Projects
Commit 423d4893 authored by wlott's avatar wlott
Browse files

Fixed use of sc-load-functions to be sc-move-functions.

parent 0aa44ef1
No related branches found
No related tags found
No related merge requests found
...@@ -433,7 +433,7 @@ ...@@ -433,7 +433,7 @@
(emit-load-template node block (emit-load-template node block
(template-or-lose 'move-operand) (template-or-lose 'move-operand)
src dest src dest
(list (or (svref (sc-load-functions (tn-sc dest)) (list (or (svref (sc-move-functions (tn-sc dest))
(sc-number (tn-sc src))) (sc-number (tn-sc src)))
(no-load-function-error src dest))) (no-load-function-error src dest)))
after) after)
......
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