aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 02:01:10 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 02:01:10 +0800
commit6d1c06a7194209f5a33643198a3734b3be744e49 (patch)
tree4f474776ad130a159dd2c9c6ff7a514e243fd8e3
parent1905208649843cbd52d5ff8be5be6c8206755038 (diff)
downloaddexon-solidity-6d1c06a7194209f5a33643198a3734b3be744e49.tar.gz
dexon-solidity-6d1c06a7194209f5a33643198a3734b3be744e49.tar.zst
dexon-solidity-6d1c06a7194209f5a33643198a3734b3be744e49.zip
VMTRACE for internal calls
Conflicts: test/vm.cpp
-rw-r--r--vm.cpp1
1 files changed, 1 insertions, 0 deletions
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)