| Index: runtime/vm/assembler.cc
|
| diff --git a/runtime/vm/assembler.cc b/runtime/vm/assembler.cc
|
| index 884326f397d9dd1dc9c89256655b96da446e4ef9..8ecea5176b6f3afe34c33da537d3730468513073 100644
|
| --- a/runtime/vm/assembler.cc
|
| +++ b/runtime/vm/assembler.cc
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +#if !defined(DART_PRECOMPILED_RUNTIME)
|
| +
|
| #include "vm/assembler.h"
|
|
|
| #include "platform/utils.h"
|
| @@ -331,3 +333,5 @@ RawObjectPool* ObjectPoolWrapper::MakeObjectPool() {
|
|
|
|
|
| } // namespace dart
|
| +
|
| +#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|