| Index: src/x87/frames-x87.h
|
| diff --git a/src/ia32/frames-ia32.h b/src/x87/frames-x87.h
|
| similarity index 97%
|
| copy from src/ia32/frames-ia32.h
|
| copy to src/x87/frames-x87.h
|
| index 1290ad6e09ddf8ffdca3c2cdfab601e143cc86fa..5b91baf385823186a3b85cdad9800b7eb94b3831 100644
|
| --- a/src/ia32/frames-ia32.h
|
| +++ b/src/x87/frames-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_FRAMES_IA32_H_
|
| -#define V8_IA32_FRAMES_IA32_H_
|
| +#ifndef V8_X87_FRAMES_X87_H_
|
| +#define V8_X87_FRAMES_X87_H_
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -122,4 +122,4 @@ inline void StackHandler::SetFp(Address slot, Address fp) {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_IA32_FRAMES_IA32_H_
|
| +#endif // V8_X87_FRAMES_X87_H_
|
|
|