From 6d1c06a7194209f5a33643198a3734b3be744e49 Mon Sep 17 00:00:00 2001 From: Christoph Jentzsch Date: Mon, 27 Oct 2014 19:01:10 +0100 Subject: VMTRACE for internal calls Conflicts: test/vm.cpp --- vm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/vm.cpp b/vm.cpp index c0452ef7..fe2aff8c 100644 --- a/vm.cpp +++ b/vm.cpp @@ -509,6 +509,7 @@ h160 FakeState::createNewAddress(Address _newAddress, Address _sender, u256 _end + namespace dev { namespace test { void doTests(json_spirit::mValue& v, bool _fillin) -- cgit