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

Unified Diff: src/regexp-macro-assembler.h

Issue 11275184: First draft of the sh4 port Base URL: http://github.com/v8/v8.git@master
Patch Set: Created 8 years, 1 month 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/regexp-macro-assembler.h
diff --git a/src/regexp-macro-assembler.h b/src/regexp-macro-assembler.h
index bcf36735c4d4ad46c4ee3a0dca52e916fbb2ccb8..9e493879b6dce12181e7b4cb33f4c6298418b5d9 100644
--- a/src/regexp-macro-assembler.h
+++ b/src/regexp-macro-assembler.h
@@ -54,6 +54,7 @@ class RegExpMacroAssembler {
kIA32Implementation,
kARMImplementation,
kMIPSImplementation,
+ kSH4Implementation,
kX64Implementation,
kBytecodeImplementation
};

Powered by Google App Engine
This is Rietveld 408576698