1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-09 10:29:35 +00:00

Fix CFA pointer to PFA in DEFER for PBC words

This commit is contained in:
David Schmenk 2024-02-07 09:17:42 -08:00
parent 9b749d6f99
commit 80c8cd4e6a

View File

@ -1336,7 +1336,7 @@ def _is_(a)#0
*_cfa_(dentry) = @_dodefer_
*_pfa_(dentry) = a
else // comp_pbc_flag
*_cfa_(dentry) = _cfa_(dentry)
*_cfa_(dentry) = _pfa_(dentry)
^_pfa_(dentry) = JMP
*(_pfa_(dentry) + 1) = *_cfa_(a)
fin
@ -1883,7 +1883,7 @@ def _see_#0
break
otherwise // ???
pfa = @d_exit
wend
wend
putc('$'); puth(pfa); putc(' ')
w = *pfa
while w