Index: src/platform-linux.cc |
diff --git a/src/platform-linux.cc b/src/platform-linux.cc |
index e9420a993ac0b407d078c6273d5c6ce11f8642ee..5008eeb5b3ef932170d2c1668026d28a7458f36d 100644 |
--- a/src/platform-linux.cc |
+++ b/src/platform-linux.cc |
@@ -295,7 +295,7 @@ bool OS::MipsCpuHasFeature(CpuFeature feature) { |
int OS::ActivationFrameAlignment() { |
-#ifdef V8_TARGET_ARCH_ARM |
+#if V8_TARGET_ARCH_ARM |
// On EABI ARM targets this is required for fp correctness in the |
// runtime system. |
return 8; |