Skip to content

Commit

Permalink
chore: doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Aug 21, 2024
1 parent c49d792 commit 6ce7ff3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crypto/fift/lib/Asm.fif
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ false @was-split !
{ false @was-split ! `normal @endblk } : }>
{ }> b> } : }>c
{ }>c <s } : }>s
{ @currentdebugmarks @ depth 6 < dup { drop 5 pick null? not } ifnot // codeb debugmarks isnottoplevel
{ @currentdebugmarks @ depth 6 < dup
{ drop 5 pick null? not // this is a bad way to detect top level proc defs. too bad!
} ifnot // codeb debugmarks isnottoplevel
rot b> <s over // debugmarks isnottoplevel codes isnottoplevel
{ @zcount @cut-zeroes rot // isnottoplevel cutcodes uncutdebugmarks
@marksize { ref@ dictnew swap // dictmapb cutdebugmarks uncutdebugmarks
Expand Down

0 comments on commit 6ce7ff3

Please sign in to comment.