Index: src/compiler/mips/code-generator-mips.cc |
diff --git a/src/compiler/mips/code-generator-mips.cc b/src/compiler/mips/code-generator-mips.cc |
index 7a8e3a5f079cbe04138fe9b06084ce5ace1da909..fa316705a711a6119547a42cfb3b6cb4441bfe75 100644 |
--- a/src/compiler/mips/code-generator-mips.cc |
+++ b/src/compiler/mips/code-generator-mips.cc |
@@ -1738,6 +1738,10 @@ void CodeGenerator::AssembleArchJump(RpoNumber target) { |
if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target)); |
} |
+void CodeGenerator::AssembleArchTrap(Instruction* instr, |
+ FlagsCondition condition) { |
+ UNREACHABLE(); |
+} |
// Assembles boolean materializations after an instruction. |
void CodeGenerator::AssembleArchBoolean(Instruction* instr, |