diff options
Diffstat (limited to 'deps/v8/src/arm/constants-arm.h')
-rw-r--r-- | deps/v8/src/arm/constants-arm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/src/arm/constants-arm.h b/deps/v8/src/arm/constants-arm.h index 5eed13ff9d..57c5c1c00c 100644 --- a/deps/v8/src/arm/constants-arm.h +++ b/deps/v8/src/arm/constants-arm.h @@ -72,6 +72,10 @@ # define CAN_USE_THUMB_INSTRUCTIONS 1 #endif +#if CAN_USE_UNALIGNED_ACCESSES +#define V8_TARGET_CAN_READ_UNALIGNED 1 +#endif + // Using blx may yield better code, so use it when required or when available #if defined(USE_THUMB_INTERWORK) || defined(CAN_USE_ARMV5_INSTRUCTIONS) #define USE_BLX 1 |