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