Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index fbd0c2bca79a2a42a210a589389e13af154c6a0c..41f8fa1b1385c6815cad092f59f973918fc032c7 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -446,6 +446,8 @@ class RuntimeCallHelper { |
| #include "arm/code-stubs-arm.h" |
| #elif V8_TARGET_ARCH_MIPS |
| #include "mips/code-stubs-mips.h" |
| +#elif V8_TARGET_ARCH_X87 |
|
Sven Panne
2014/05/20 06:21:20
Same comment as for the assembler...
|
| +#include "x87/code-stubs-x87.h" |
| #else |
| #error Unsupported target architecture. |
| #endif |