aboutsummaryrefslogtreecommitdiffstats
path: root/vm
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-01-30 01:28:55 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-01-30 01:28:55 +0800
commit1cfea1113ac90b5214560ea6db923106f638c4b8 (patch)
tree5a539d60640da4ee4b1ddd62f703f715523c411a /vm
parent726852e3d3ba5c2167bbdb3bdd3ecbaff6b4f242 (diff)
parent6488a392a347d0d47212fdc78386e3e0e5841d7d (diff)
downloadgo-tangerine-1cfea1113ac90b5214560ea6db923106f638c4b8.tar
go-tangerine-1cfea1113ac90b5214560ea6db923106f638c4b8.tar.gz
go-tangerine-1cfea1113ac90b5214560ea6db923106f638c4b8.tar.bz2
go-tangerine-1cfea1113ac90b5214560ea6db923106f638c4b8.tar.lz
go-tangerine-1cfea1113ac90b5214560ea6db923106f638c4b8.tar.xz
go-tangerine-1cfea1113ac90b5214560ea6db923106f638c4b8.tar.zst
go-tangerine-1cfea1113ac90b5214560ea6db923106f638c4b8.zip
Merge branch 'qt5.4' of github.com:ethereum/go-ethereum into qt5.4
Diffstat (limited to 'vm')
-rw-r--r--vm/vm.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/vm.go b/vm/vm.go
index 37e4249f5..4364b1cb9 100644
--- a/vm/vm.go
+++ b/vm/vm.go
@@ -634,6 +634,8 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
continue
}
+ self.Printf(" ~> false")
+
case JUMPDEST:
case PC:
stack.Push(big.NewInt(int64(pc)))