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

cont-tn -> fp-tn

parent da02794c
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@
((any-reg descriptor-reg string-char-reg)
(sc-case ,n-stack
((stack string-char-stack)
(loadw ,n-reg cont-tn (tn-offset ,n-stack))))))))
(loadw ,n-reg fp-tn (tn-offset ,n-stack))))))))
(defmacro store-stack-tn (stack reg)
......@@ -126,7 +126,7 @@
((any-reg descriptor-reg string-char-reg)
(sc-case ,n-stack
((stack string-char-stack)
(storew ,n-reg cont-tn (tn-offset ,n-stack))))))))
(storew ,n-reg fp-tn (tn-offset ,n-stack))))))))
......
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