| Index: src/flags.cc
|
| diff --git a/src/flags.cc b/src/flags.cc
|
| index 282bf20ac4b3f1871e55b4b6aed4f5fed1b733ef..855e20712c624bb68fbebae83e91952c5b929f6f 100644
|
| --- a/src/flags.cc
|
| +++ b/src/flags.cc
|
| @@ -34,7 +34,7 @@
|
| #include "smart-pointers.h"
|
| #include "string-stream.h"
|
|
|
| -#ifdef V8_TARGET_ARCH_ARM
|
| +#if V8_TARGET_ARCH_ARM
|
| #include "arm/assembler-arm-inl.h"
|
| #endif
|
|
|
| @@ -520,7 +520,7 @@ void FlagList::ResetAllFlags() {
|
|
|
| // static
|
| void FlagList::PrintHelp() {
|
| -#ifdef V8_TARGET_ARCH_ARM
|
| +#if V8_TARGET_ARCH_ARM
|
| CpuFeatures::PrintTarget();
|
| CpuFeatures::Probe();
|
| CpuFeatures::PrintFeatures();
|
|
|