| Index: src/flags.cc
|
| ===================================================================
|
| --- src/flags.cc (revision 15346)
|
| +++ src/flags.cc (working copy)
|
| @@ -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 @@
|
|
|
| // static
|
| void FlagList::PrintHelp() {
|
| -#ifdef V8_TARGET_ARCH_ARM
|
| +#if V8_TARGET_ARCH_ARM
|
| CpuFeatures::PrintTarget();
|
| CpuFeatures::Probe();
|
| CpuFeatures::PrintFeatures();
|
|
|