Index: src/arm/constants-arm.h |
diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h |
index 2a293b3d134fbbd789773d5d39e035926cf4d263..0037ce18ac30eceb46aa7b5c4ca20c2d74ca8798 100644 |
--- a/src/arm/constants-arm.h |
+++ b/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 |
}; |