aboutsummaryrefslogtreecommitdiffstats
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index ddc6ddb3..b3397b2c 100644
--- a/vm.h
+++ b/vm.h
@@ -80,6 +80,8 @@ public:
void importExec(json_spirit::mObject& _o);
json_spirit::mArray exportCallCreates();
void importCallCreates(json_spirit::mArray& _callcreates);
+ void setVMKind(eth::VMFace::Kind _kind) { m_s.setVMKind(_kind); }
+ eth::VMFace::Kind getVMKind() const { return m_s.getVMKind(); }
eth::OnOpFunc simpleTrace();
FakeState state() const { return m_s; }