More private members
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package vm
|
||||
|
||||
type OpHandler func(*State, *Instruction)
|
||||
type opHandler func(*State, *Instruction)
|
||||
|
||||
var OpHandlers = map[OpCodeType]OpHandler{
|
||||
var opHandlers = map[OpCodeType]opHandler{
|
||||
OpNoOp: (*State).NoOp,
|
||||
OpCall: (*State).Call,
|
||||
OpReturn: (*State).Return,
|
||||
|
||||
Reference in New Issue
Block a user