From 667431899876217580582ba57bf1922e5b1f0374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 22 Jul 2015 18:59:18 +0200 Subject: [PATCH] Fix for GCC compiler. --- libevm/SmartVM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevm/SmartVM.cpp b/libevm/SmartVM.cpp index 5d814eff0..50a548002 100644 --- a/libevm/SmartVM.cpp +++ b/libevm/SmartVM.cpp @@ -50,7 +50,7 @@ namespace bytes code; h256 codeHash; - static JitTask createStopSentinel() { return {}; } + static JitTask createStopSentinel() { return JitTask(); } bool isStopSentinel() {