| Index: runtime/vm/instructions_ia32.h
|
| diff --git a/runtime/vm/instructions_ia32.h b/runtime/vm/instructions_ia32.h
|
| index 33d648f44c0bf3de8e7974ae528708541bb17618..4be887f145d15ae90e9441d710766b903fd49d90 100644
|
| --- a/runtime/vm/instructions_ia32.h
|
| +++ b/runtime/vm/instructions_ia32.h
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Classes that describe assembly patterns as used by inline caches.
|
|
|
| -#ifndef VM_INSTRUCTIONS_IA32_H_
|
| -#define VM_INSTRUCTIONS_IA32_H_
|
| +#ifndef RUNTIME_VM_INSTRUCTIONS_IA32_H_
|
| +#define RUNTIME_VM_INSTRUCTIONS_IA32_H_
|
|
|
| -#ifndef VM_INSTRUCTIONS_H_
|
| +#ifndef RUNTIME_VM_INSTRUCTIONS_H_
|
| #error Do not include instructions_ia32.h directly; use instructions.h instead.
|
| #endif
|
|
|
| @@ -144,4 +144,4 @@ class SetFramePointerPattern :
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_INSTRUCTIONS_IA32_H_
|
| +#endif // RUNTIME_VM_INSTRUCTIONS_IA32_H_
|
|
|