| Index: runtime/vm/assembler.cc
|
| diff --git a/runtime/vm/assembler.cc b/runtime/vm/assembler.cc
|
| index c4e8c2bd348f28a043afb86406ccd6c6ea377fbc..8316dfde7d39f5b61dbb15e890ae39db6e34fff0 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"
|
| @@ -306,3 +308,5 @@ RawObjectPool* ObjectPoolWrapper::MakeObjectPool() {
|
| }
|
|
|
| } // namespace dart
|
| +
|
| +#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|