Chromium Code Reviews| Index: src/x64/builtins-x64.cc |
| =================================================================== |
| --- src/x64/builtins-x64.cc (revision 4699) |
| +++ src/x64/builtins-x64.cc (working copy) |
| @@ -26,6 +26,9 @@ |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| #include "v8.h" |
| + |
| +#if defined(V8_TARGET_ARCH_X64) |
| + |
| #include "codegen-inl.h" |
| #include "macro-assembler.h" |
| @@ -1296,3 +1299,5 @@ |
| } |
| } } // namespace v8::internal |
| + |
| +#endif // V8_TARGET_ARCH_X64 |