StdVm by default

This commit is contained in:
obscuren
2015-01-20 15:49:12 +01:00
parent 375cc67ba6
commit 9845029a75
6 changed files with 14 additions and 8 deletions

View File

@ -267,6 +267,9 @@ type storeVal struct {
Key, Value string
}
func (self *Debugger) Step(evm vm.VirtualMachine, op vm.OpCode, mem *vm.Memory, stack *vm.Stack, context *vm.Context) {
}
func (self *Debugger) BreakHook(pc int, op vm.OpCode, mem *vm.Memory, stack *vm.Stack, stateObject *state.StateObject) bool {
self.main.Logln("break on instr:", pc)