| Index: src/x87/simulator-x87.h
|
| diff --git a/src/ia32/simulator-ia32.h b/src/x87/simulator-x87.h
|
| similarity index 93%
|
| copy from src/ia32/simulator-ia32.h
|
| copy to src/x87/simulator-x87.h
|
| index 55e184cfd5a9be7add631a0aff699ae3db4b3625..86b4c239e9df79422580f83b785ac4bb2012304f 100644
|
| --- a/src/ia32/simulator-ia32.h
|
| +++ b/src/x87/simulator-x87.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_IA32_SIMULATOR_IA32_H_
|
| -#define V8_IA32_SIMULATOR_IA32_H_
|
| +#ifndef V8_X87_SIMULATOR_X87_H_
|
| +#define V8_X87_SIMULATOR_X87_H_
|
|
|
| #include "allocation.h"
|
|
|
| @@ -45,4 +45,4 @@ class SimulatorStack : public v8::internal::AllStatic {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_IA32_SIMULATOR_IA32_H_
|
| +#endif // V8_X87_SIMULATOR_X87_H_
|
|
|