Index: src/compiler/ia32/code-generator-ia32.cc |
diff --git a/src/compiler/ia32/code-generator-ia32.cc b/src/compiler/ia32/code-generator-ia32.cc |
index 0b66090925a83f56cc2f25a3d9e5f371430259c4..889a102ef412e8453a8702117bbda5766a856a32 100644 |
--- a/src/compiler/ia32/code-generator-ia32.cc |
+++ b/src/compiler/ia32/code-generator-ia32.cc |
@@ -1997,6 +1997,10 @@ void CodeGenerator::AssembleArchJump(RpoNumber target) { |
if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target)); |
} |
+void CodeGenerator::AssembleArchTrap(Instruction* instr, |
+ FlagsCondition condition) { |
+ UNREACHABLE(); |
+} |
// Assembles boolean materializations after an instruction. |
void CodeGenerator::AssembleArchBoolean(Instruction* instr, |