| Index: runtime/vm/simulator_arm64.h
|
| diff --git a/runtime/vm/simulator_arm64.h b/runtime/vm/simulator_arm64.h
|
| index de49dd90bd21214f5865d129ae9f330731668e6c..406976aaeecf32d2b681d37d85478763bb0f279f 100644
|
| --- a/runtime/vm/simulator_arm64.h
|
| +++ b/runtime/vm/simulator_arm64.h
|
| @@ -9,10 +9,10 @@
|
| // which will start execution in the Simulator or forwards to the real entry
|
| // on a ARM64 HW platform.
|
|
|
| -#ifndef VM_SIMULATOR_ARM64_H_
|
| -#define VM_SIMULATOR_ARM64_H_
|
| +#ifndef RUNTIME_VM_SIMULATOR_ARM64_H_
|
| +#define RUNTIME_VM_SIMULATOR_ARM64_H_
|
|
|
| -#ifndef VM_SIMULATOR_H_
|
| +#ifndef RUNTIME_VM_SIMULATOR_H_
|
| #error Do not include simulator_arm64.h directly; use simulator.h.
|
| #endif
|
|
|
| @@ -282,4 +282,4 @@ class Simulator {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_SIMULATOR_ARM64_H_
|
| +#endif // RUNTIME_VM_SIMULATOR_ARM64_H_
|
|
|