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

Unified Diff: src/macro-assembler.h

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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/macro-assembler.h
diff --git a/src/macro-assembler.h b/src/macro-assembler.h
index cba8df145e56228fc83bcf7dd94275a769d3f623..e9be7cfdfaf67342eac7d747654e96bcb8ab37e8 100644
--- a/src/macro-assembler.h
+++ b/src/macro-assembler.h
@@ -64,6 +64,13 @@ const int kInvalidProtoDepth = -1;
#include "src/arm/assembler-arm-inl.h"
#include "src/code.h" // must be after assembler_*.h
#include "src/arm/macro-assembler-arm.h"
+#elif V8_TARGET_ARCH_PPC
+#include "src/ppc/constants-ppc.h"
+#include "src/assembler.h"
+#include "src/ppc/assembler-ppc.h" // NOLINT
+#include "src/ppc/assembler-ppc-inl.h"
+#include "src/code.h" // must be after assembler_*.h
+#include "src/ppc/macro-assembler-ppc.h"
#elif V8_TARGET_ARCH_MIPS
#include "src/mips/constants-mips.h"
#include "src/assembler.h"

Powered by Google App Engine
This is Rietveld 408576698