| Index: src/ia32/assembler-ia32.h
|
| diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
|
| index a6640937e3aa6a99166d92a26cbe2f2c64bf3565..4c995882e1b9ae064119e8644e360faaa39efd0d 100644
|
| --- a/src/ia32/assembler-ia32.h
|
| +++ b/src/ia32/assembler-ia32.h
|
| @@ -34,8 +34,8 @@
|
|
|
| // A light-weight IA32 Assembler.
|
|
|
| -#ifndef V8_ASSEMBLER_IA32_H_
|
| -#define V8_ASSEMBLER_IA32_H_
|
| +#ifndef V8_IA32_ASSEMBLER_IA32_H_
|
| +#define V8_IA32_ASSEMBLER_IA32_H_
|
|
|
| namespace v8 { namespace internal {
|
|
|
| @@ -860,4 +860,4 @@ class EnsureSpace BASE_EMBEDDED {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_ASSEMBLER_IA32_H_
|
| +#endif // V8_IA32_ASSEMBLER_IA32_H_
|
|
|