Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Jan 10, 2024
1 parent 39745ee commit 4eb14ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crypto/fift/lib/Disasm.fif
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,4 @@ variable @contX variable @contY variable @cdict
{ { fetch-one-op } { swap @curop ! adjust-op show-op } while } : disasm-slice
{ { disasm-slice dup sbitrefs 1- or 0= } { ref@ <s } while flush-dict flush-cont } : disasm-chain
{ @curop @ swap disasm-chain dup sbitrefs or { .indent ."Cannot disassemble: " csr. } { drop } cond @curop ! }
'disasm !

// gcmsg "Allow disasm cell, add PUSHREFSLICE, PUSHREFCONT"
'disasm !

0 comments on commit 4eb14ed

Please sign in to comment.