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

Merged non-descriptor changes:

revision 1.2.1.1        
date: 90/04/08 22:35:45;  author: ram;  state: Exp;  lines added/del: 2/2
cont-tn -> fp-tn
parent 74d189d1
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
((any-reg descriptor-reg string-char-reg) ((any-reg descriptor-reg string-char-reg)
(sc-case ,n-stack (sc-case ,n-stack
((stack string-char-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) (defmacro store-stack-tn (stack reg)
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
((any-reg descriptor-reg string-char-reg) ((any-reg descriptor-reg string-char-reg)
(sc-case ,n-stack (sc-case ,n-stack
((stack string-char-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