1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-12 14:29:54 +00:00

Fix SEE for DEFERed words

This commit is contained in:
David Schmenk 2024-02-05 17:38:56 -08:00
parent 211ce933b2
commit 67960518b0
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1869,7 +1869,7 @@ def _see_#0
pfa = _pfa_(dentry)
break
is @_dodefer_
pfa = *_pfa_(*_pfa_(dentry))
pfa = _pfa_(*_pfa_(dentry))
break
is @_dodoes_
pfa = *_pfa_(dentry)