| Index: src/arm/simulator-arm.h
|
| diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
|
| index 2899e8a36a33692ada6d02ac8fe9472a369cbe0c..2029fd3bc75837073ac61f3816f42dbf104bf77c 100644
|
| --- a/src/arm/simulator-arm.h
|
| +++ b/src/arm/simulator-arm.h
|
| @@ -33,8 +33,8 @@
|
| // which will start execution in the Simulator or forwards to the real entry
|
| // on a ARM HW platform.
|
|
|
| -#ifndef V8_SIMULATOR_ARM_H_
|
| -#define V8_SIMULATOR_ARM_H_
|
| +#ifndef V8_ARM_SIMULATOR_ARM_H_
|
| +#define V8_ARM_SIMULATOR_ARM_H_
|
|
|
| #if defined(__arm__)
|
|
|
| @@ -201,4 +201,4 @@ class Simulator {
|
|
|
| #endif // defined(__arm__)
|
|
|
| -#endif // V8_SIMULATOR_ARM_H_
|
| +#endif // V8_ARM_SIMULATOR_ARM_H_
|
|
|