Browse Source

Fix for GCC compiler.

cl-refactor
Paweł Bylica 10 years ago
parent
commit
6674318998
  1. 2
      libevm/SmartVM.cpp

2
libevm/SmartVM.cpp

@ -50,7 +50,7 @@ namespace
bytes code; bytes code;
h256 codeHash; h256 codeHash;
static JitTask createStopSentinel() { return {}; } static JitTask createStopSentinel() { return JitTask(); }
bool isStopSentinel() bool isStopSentinel()
{ {

Loading…
Cancel
Save