Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: src/x87/simulator-x87.h

Issue 293743005: Introduce x87 port (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 10356284ec66f43ef98c3505723cdee8a75a35f4..5399451056b7873e42569344a52e134d0019740d 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"
@@ -48,4 +48,4 @@ class SimulatorStack : public v8::internal::AllStatic {
} } // namespace v8::internal
-#endif // V8_IA32_SIMULATOR_IA32_H_
+#endif // V8_X87_SIMULATOR_X87_H_

Powered by Google App Engine
This is Rietveld 408576698