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

Unified Diff: src/x87/interface-descriptors-x87.cc

Issue 527653002: X87: Refactoring InterfaceDescriptors away from code-stubs.h (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@bleeding_edge
Patch Set: Created 6 years, 4 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
« no previous file with comments | « src/x87/code-stubs-x87.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x87/interface-descriptors-x87.cc
diff --git a/src/ia32/interface-descriptors-ia32.cc b/src/x87/interface-descriptors-x87.cc
similarity index 98%
copy from src/ia32/interface-descriptors-ia32.cc
copy to src/x87/interface-descriptors-x87.cc
index 3d3b7a0fcb3f46fd2f63ca638606eb97837bc46d..1f30abc1b00a9f06f4fe3b14c844ad2e02b63551 100644
--- a/src/ia32/interface-descriptors-ia32.cc
+++ b/src/x87/interface-descriptors-x87.cc
@@ -4,7 +4,7 @@
#include "src/v8.h"
-#if V8_TARGET_ARCH_IA32
+#if V8_TARGET_ARCH_X87
#include "src/interface-descriptors.h"
@@ -94,4 +94,4 @@ void CallDescriptors::InitializeForIsolate(Isolate* isolate) {
}
} // namespace v8::internal
-#endif // V8_TARGET_ARCH_IA32
+#endif // V8_TARGET_ARCH_X87
« no previous file with comments | « src/x87/code-stubs-x87.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698