Chromium Code Reviews| Index: runtime/vm/cpu.h |
| diff --git a/runtime/vm/cpu.h b/runtime/vm/cpu.h |
| index 2fffb25d809254666438907e1019924a6c4a9587..3b9348982e097773d760d4435d6a8ebfdf0bf377 100644 |
| --- a/runtime/vm/cpu.h |
| +++ b/runtime/vm/cpu.h |
| @@ -33,6 +33,8 @@ class CPU : public AllStatic { |
| #include "vm/cpu_arm64.h" |
| #elif defined(TARGET_ARCH_MIPS) |
| #include "vm/cpu_mips.h" |
| +#elif defined(TARGET_ARCH_DBC) |
| +#include "vm/cpu_dbc.h" |
| #else |
| #error Unknown architecture. |
| #endif |