Index: runtime/vm/stub_code.cc |
diff --git a/runtime/vm/stub_code.cc b/runtime/vm/stub_code.cc |
index ad3c995316849d339ae93b9d3739397732809ca5..d4be5b540bc3136d62cfcb2668e229e926a7eb85 100644 |
--- a/runtime/vm/stub_code.cc |
+++ b/runtime/vm/stub_code.cc |
@@ -45,13 +45,13 @@ void StubEntry::VisitObjectPointers(ObjectPointerVisitor* visitor) { |
void StubCode::InitOnce() { |
-#if !defined(DART_PRECOMPILED) |
+#if !defined(DART_PRECOMPILED_RUNTIME) |
// Generate all the stubs. |
Code& code = Code::Handle(); |
VM_STUB_CODE_LIST(STUB_CODE_GENERATE); |
#else |
UNREACHABLE(); |
-#endif // DART_PRECOMPILED |
+#endif // DART_PRECOMPILED_RUNTIME |
} |