Simplify return operation
This commit is contained in:
@@ -36,7 +36,6 @@ const (
|
||||
OpHash
|
||||
OpIndex
|
||||
OpCall
|
||||
OpReturnValue
|
||||
OpReturn
|
||||
OpGetLocal
|
||||
OpSetLocal
|
||||
@@ -78,7 +77,6 @@ var definitions = map[Opcode]*Definition{
|
||||
OpHash: {"OpHash", []int{2}},
|
||||
OpIndex: {"OpIndex", []int{}},
|
||||
OpCall: {"OpCall", []int{1}},
|
||||
OpReturnValue: {"OpReturnValue", []int{}},
|
||||
OpReturn: {"OpReturn", []int{}},
|
||||
OpGetLocal: {"OpGetLocal", []int{1}},
|
||||
OpSetLocal: {"OpSetLocal", []int{1}},
|
||||
|
||||
Reference in New Issue
Block a user