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

Unified Diff: src/vm/assembler.h

Issue 2006403003: [mips] Initial framework support for MIPS32 (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Code changes per review. Created 4 years, 7 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
« no previous file with comments | « rules.mk ('k') | src/vm/assembler_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/assembler.h
diff --git a/src/vm/assembler.h b/src/vm/assembler.h
index 4988a27bdfe18ad788eeae4b69c47ff1331b3636..bc3499ee96cf8eeefa97ccc9c58e696fea09123d 100644
--- a/src/vm/assembler.h
+++ b/src/vm/assembler.h
@@ -11,6 +11,8 @@
#if defined(DARTINO_TARGET_ARM)
#include "src/vm/assembler_arm.h"
+#elif defined(DARTINO_TARGET_MIPS)
+#include "src/vm/assembler_mips.h"
#else
#include "src/vm/assembler_x86.h"
#endif
« no previous file with comments | « rules.mk ('k') | src/vm/assembler_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698