Chromium Code Reviews

Unified Diff: src/regexp-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.
Jump to:
View side-by-side diff with in-line comments
Index: src/regexp-macro-assembler.h
diff --git a/src/regexp-macro-assembler.h b/src/regexp-macro-assembler.h
index f0cfc465fc6af7c97e64082bb1085a7026fbca0a..76442ca12113dcbaae94483a0e44b02f626aac6b 100644
--- a/src/regexp-macro-assembler.h
+++ b/src/regexp-macro-assembler.h
@@ -32,6 +32,7 @@ class RegExpMacroAssembler {
kARMImplementation,
kARM64Implementation,
kMIPSImplementation,
+ kPPCImplementation,
kX64Implementation,
kX87Implementation,
kBytecodeImplementation
« src/objects-inl.h ('K') | « src/ppc/stub-cache-ppc.cc ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine