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