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

Unified Diff: runtime/vm/cpu_test.cc

Issue 12018023: Modify vm code base so that it can be built for --arch=simmips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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: runtime/vm/cpu_test.cc
===================================================================
--- runtime/vm/cpu_test.cc (revision 17318)
+++ runtime/vm/cpu_test.cc (working copy)
@@ -16,6 +16,8 @@
EXPECT_STREQ("x64", CPU::Id());
#elif defined(TARGET_ARCH_ARM)
EXPECT_STREQ("arm", CPU::Id());
+#elif defined(TARGET_ARCH_MIPS)
+ EXPECT_STREQ("mips", CPU::Id());
#else
#error Architecture was not detected as supported by Dart.
#endif
« no previous file with comments | « runtime/vm/assembler_macros.h ('k') | runtime/vm/elfgen.h » ('j') | runtime/vm/elfgen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698