Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index f855b3957ea3f32d021bc0c2bf1a06eb67c70ccf..1dbae348b900277c6327264f61ecd551d835a92e 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -28,6 +28,7 @@ |
} |
void Interpreter::Initialize() { |
+ DCHECK(FLAG_ignition); |
if (IsDispatchTableInitialized()) return; |
Zone zone; |
HandleScope scope(isolate_); |