mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix slice in PUSHREFCONT
This commit is contained in:
parent
4eb14ed4d0
commit
a80e299284
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ variable @contX variable @contY variable @cdict
|
|||
dup 7 u@ 0x47 = { 7 u@+ nip 2 u@+ 7 u@+ -rot 3 << swap sr@ } {
|
||||
dup 8 u@ 0x8A = { ref@ <spec {
|
||||
libspecial? {
|
||||
vmlib@ { swap drop } { abort"Lib not found" } cond
|
||||
vmlib@ { swap drop <s } { abort"Lib not found" } cond
|
||||
} { abort"Invalid special cell" } } if } {
|
||||
abort"invalid PUSHCONT"
|
||||
} cond } cond } cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue