Chromium Code Reviews| Index: runtime/vm/instructions.h | 
| diff --git a/runtime/vm/instructions.h b/runtime/vm/instructions.h | 
| index a2716729f3f79c80180c437fabb4bf8869edbb97..2274becb986101538723268c29c203462c55438e 100644 | 
| --- a/runtime/vm/instructions.h | 
| +++ b/runtime/vm/instructions.h | 
| @@ -17,6 +17,8 @@ | 
| #include "vm/instructions_arm64.h" | 
| #elif defined(TARGET_ARCH_MIPS) | 
| #include "vm/instructions_mips.h" | 
| +#elif defined(TARGET_ARCH_DBC) | 
| +#include "vm/instructions_dbc.h" | 
| #else | 
| #error Unknown architecture. | 
| #endif |