aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-23 17:25:34 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-23 17:25:34 +0800
commitd865275202fbd141c55056c6f525f9ecf9b2e507 (patch)
tree97fd20bee16ff73034de42668d29d2459f196e88
parentc7a101dec321d5bd6fb0c0875b772527cd69a8b4 (diff)
downloaddexon-solidity-d865275202fbd141c55056c6f525f9ecf9b2e507.tar.gz
dexon-solidity-d865275202fbd141c55056c6f525f9ecf9b2e507.tar.zst
dexon-solidity-d865275202fbd141c55056c6f525f9ecf9b2e507.zip
Changing gas cost to zero at stackunderflow
-rw-r--r--vm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm.cpp b/vm.cpp
index 36837eea..2e4571be 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -24,7 +24,7 @@
#include <libdevcore/CommonIO.h>
#include <boost/filesystem/path.hpp>
-#define FILL_TESTS
+//#define FILL_TESTS
using namespace std;
using namespace json_spirit;
@@ -751,4 +751,3 @@ BOOST_AUTO_TEST_CASE(vmSystemOperationsTest)
{
dev::test::executeTests("vmSystemOperationsTest");
}
-