mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-07 15:07:36 +00:00
vm: remove stack isolation opcodes
They are not present in NEO3 and will be creating additional difficulties during future flow-control opcodes implementation.
This commit is contained in:
parent
ab9d334182
commit
fba185cd99
5 changed files with 89 additions and 326 deletions
|
@ -141,13 +141,6 @@ const (
|
|||
KEYS Opcode = 0xCC
|
||||
VALUES Opcode = 0xCD
|
||||
|
||||
// Stack isolation
|
||||
CALLI Opcode = 0xE0
|
||||
CALLE Opcode = 0xE1
|
||||
CALLED Opcode = 0xE2
|
||||
CALLET Opcode = 0xE3
|
||||
CALLEDT Opcode = 0xE4
|
||||
|
||||
// Exceptions
|
||||
THROW Opcode = 0xF0
|
||||
THROWIFNOT Opcode = 0xF1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue