Index: src/codegen.h |
=================================================================== |
--- src/codegen.h (revision 15486) |
+++ src/codegen.h (working copy) |
@@ -73,6 +73,8 @@ |
#include "ia32/codegen-ia32.h" |
#elif V8_TARGET_ARCH_X64 |
#include "x64/codegen-x64.h" |
+#elif V8_TARGET_ARCH_X32 |
+#include "x32/codegen-x32.h" |
#elif V8_TARGET_ARCH_ARM |
#include "arm/codegen-arm.h" |
#elif V8_TARGET_ARCH_MIPS |