add comment

This commit is contained in:
徐志强
2020-05-18 19:14:08 +08:00
parent f5e7f8cb6e
commit 96d3054826

View File

@@ -20,7 +20,8 @@ type (
Globals []uint64
OperandStack *VirtualMachineOperandStack
RuntimeData interface{}
// used to store runtime data per VirtualMachine
RuntimeData interface{}
}
NativeFunctionContext struct {