Index: runtime/vm/flow_graph_compiler_x64.cc |
diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc |
index 8aaeaa7f4965cc008eee61614e0121630e5616bb..fbe99b8e32e2b06fe5cbfebaeb1fb4ddfd12221c 100644 |
--- a/runtime/vm/flow_graph_compiler_x64.cc |
+++ b/runtime/vm/flow_graph_compiler_x64.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "vm/globals.h" // Needed here to get TARGET_ARCH_X64. |
-#if defined(TARGET_ARCH_X64) |
+#if defined(TARGET_ARCH_X64) && !defined(DART_PRECOMPILED_RUNTIME) |
#include "vm/flow_graph_compiler.h" |
@@ -1682,4 +1682,4 @@ void ParallelMoveResolver::RestoreFpuScratch(FpuRegister reg) { |
} // namespace dart |
-#endif // defined TARGET_ARCH_X64 |
+#endif // defined(TARGET_ARCH_X64) && !defined(DART_PRECOMPILED_RUNTIME) |