good morning!!!!

Skip to content
Snippets Groups Projects
Commit ff151f9f authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

vm output

parent 5c7e96d8
Branches
Tags
No related merge requests found
...@@ -479,6 +479,8 @@ func (vm *Vm) RunClosure(closure *Closure) (ret []byte, err error) { ...@@ -479,6 +479,8 @@ func (vm *Vm) RunClosure(closure *Closure) (ret []byte, err error) {
vm.Printf(" => %x", caller) vm.Printf(" => %x", caller)
case CALLVALUE: case CALLVALUE:
stack.Push(vm.vars.Value) stack.Push(vm.vars.Value)
vm.Printf(" => %v", vm.vars.Value)
case CALLDATALOAD: case CALLDATALOAD:
require(1) require(1)
offset := stack.Pop().Int64() offset := stack.Pop().Int64()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment