| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index 1ac0dcfef890d39ea6f619b2b55da29db0290a7b..01ca59f999fbb5d70a5030cc191a39843d5795ed 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -51,7 +51,11 @@ namespace internal {
|
| #endif
|
|
|
| // Determine whether the architecture uses an out-of-line constant pool.
|
| +#if V8_TARGET_ARCH_ARM
|
| +#define V8_OOL_CONSTANT_POOL 1
|
| +#else
|
| #define V8_OOL_CONSTANT_POOL 0
|
| +#endif
|
|
|
| // Support for alternative bool type. This is only enabled if the code is
|
| // compiled with USE_MYBOOL defined. This catches some nasty type bugs.
|
|
|