mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-22 22:05:11 +00:00
Fixed routine comment.
This commit is contained in:
parent
4f12079cf4
commit
0476a5c167
1 changed files with 2 additions and 2 deletions
|
@ -592,8 +592,8 @@ include projects/library/heap.tal
|
|||
POP POP2
|
||||
JMP2r
|
||||
|
||||
@asma-label-helper ( incoming-ptr* -- binary-ptr* 00 if label existed already
|
||||
OR binary-ptr* 01 if label was created )
|
||||
@asma-label-helper ( incoming-ptr* -- binary-ptr* 01 if label existed already
|
||||
OR binary-ptr* 00 if label was created )
|
||||
;asma-traverse-tree JSR2
|
||||
,&new-label JCN
|
||||
|
||||
|
|
Loading…
Reference in a new issue