Fixed routine comment.
This commit is contained in:
parent
4f12079cf4
commit
0476a5c167
|
@ -592,8 +592,8 @@ include projects/library/heap.tal
|
||||||
POP POP2
|
POP POP2
|
||||||
JMP2r
|
JMP2r
|
||||||
|
|
||||||
@asma-label-helper ( incoming-ptr* -- binary-ptr* 00 if label existed already
|
@asma-label-helper ( incoming-ptr* -- binary-ptr* 01 if label existed already
|
||||||
OR binary-ptr* 01 if label was created )
|
OR binary-ptr* 00 if label was created )
|
||||||
;asma-traverse-tree JSR2
|
;asma-traverse-tree JSR2
|
||||||
,&new-label JCN
|
,&new-label JCN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue