Index: runtime/vm/instructions.h |
=================================================================== |
--- runtime/vm/instructions.h (revision 17318) |
+++ runtime/vm/instructions.h (working copy) |
@@ -13,6 +13,8 @@ |
#include "vm/instructions_x64.h" |
#elif defined(TARGET_ARCH_ARM) |
#include "vm/instructions_arm.h" |
+#elif defined(TARGET_ARCH_MIPS) |
+#include "vm/instructions_mips.h" |
#else |
#error Unknown architecture. |
#endif |