opcode: add CALLT opcode, move ABORT/ASSERT
Refs. #1644. Hash compatibility test temporarily disabled, to be enabled when it's up to date with current C# master.
This commit is contained in:
parent
09ca2cc6e3
commit
f39ede9869
7 changed files with 156 additions and 152 deletions
|
@ -66,10 +66,11 @@ const (
|
|||
CALL Opcode = 0x34
|
||||
CALLL Opcode = 0x35 // CALL_L
|
||||
CALLA Opcode = 0x36
|
||||
CALLT Opcode = 0x37
|
||||
|
||||
// Exceptions
|
||||
ABORT Opcode = 0x37
|
||||
ASSERT Opcode = 0x38
|
||||
ABORT Opcode = 0x38
|
||||
ASSERT Opcode = 0x39
|
||||
THROW Opcode = 0x3A
|
||||
TRY Opcode = 0x3B
|
||||
TRYL Opcode = 0x3C // TRY_L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue