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, 2 insertions, 2 deletions
diff --git a/deps/v8/src/arm/constants-arm.h b/deps/v8/src/arm/constants-arm.h index 2a293b3d13..0037ce18ac 100644 --- a/deps/v8/src/arm/constants-arm.h +++ b/deps/v8/src/arm/constants-arm.h @@ -332,9 +332,9 @@ enum NeonSize { // standard SoftwareInterrupCode. Bit 23 is reserved for the stop feature. enum SoftwareInterruptCodes { // transition to C code - kCallRtRedirected= 0x10, + kCallRtRedirected = 0x10, // break point - kBreakpoint= 0x20, + kBreakpoint = 0x20, // stop kStopCode = 1 << 23 }; |