mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix 2drop
This commit is contained in:
parent
4eb14ed4d0
commit
2f44599f63
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ variable 'disasm
|
||||||
vmlib@ {
|
vmlib@ {
|
||||||
."// LIB: " swap X. cr ref@ <s disasm
|
."// LIB: " swap X. cr ref@ <s disasm
|
||||||
} {
|
} {
|
||||||
2drop // Only library special cell supported
|
drop // Lib not found
|
||||||
} cond
|
} cond
|
||||||
} {
|
} {
|
||||||
drop // Only library special cell supported
|
drop // Only library special cell supported
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue