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

Unified Diff: runtime/vm/assembler_macros.h

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/assembler_macros.h
===================================================================
--- runtime/vm/assembler_macros.h (revision 17318)
+++ runtime/vm/assembler_macros.h (working copy)
@@ -11,6 +11,8 @@
#include "vm/assembler_macros_x64.h"
#elif defined(TARGET_ARCH_ARM)
#include "vm/assembler_macros_arm.h"
+#elif defined(TARGET_ARCH_MIPS)
+#include "vm/assembler_macros_mips.h"
#else
#error Unknown architecture.
#endif
« no previous file with comments | « runtime/vm/assembler.h ('k') | runtime/vm/cpu_test.cc » ('j') | runtime/vm/elfgen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698