Index: src/fast-codegen.h |
=================================================================== |
--- src/fast-codegen.h (revision 3902) |
+++ src/fast-codegen.h (working copy) |
@@ -28,6 +28,10 @@ |
#ifndef V8_FAST_CODEGEN_H_ |
#define V8_FAST_CODEGEN_H_ |
+#if V8_TARGET_ARCH_IA32 |
+#include "ia32/fast-codegen-ia32.h" |
+#else |
+ |
#include "v8.h" |
#include "ast.h" |
@@ -152,4 +156,6 @@ |
} } // namespace v8::internal |
+#endif // V8_TARGET_ARCH_IA32 |
+ |
#endif // V8_FAST_CODEGEN_H_ |