Index: src/compiler/s390/code-generator-s390.cc |
diff --git a/src/compiler/s390/code-generator-s390.cc b/src/compiler/s390/code-generator-s390.cc |
index 105bf81a7e713785bc9eb743449de6496c1e9a2d..3824d87e0bfba40a459c9e0b04afebe546a34a59 100644 |
--- a/src/compiler/s390/code-generator-s390.cc |
+++ b/src/compiler/s390/code-generator-s390.cc |
@@ -2135,6 +2135,11 @@ void CodeGenerator::AssembleArchJump(RpoNumber target) { |
if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target)); |
} |
+void CodeGenerator::AssembleArchTrap(Instruction* instr, |
+ FlagsCondition condition) { |
+ UNREACHABLE(); |
+} |
+ |
// Assembles boolean materializations after an instruction. |
void CodeGenerator::AssembleArchBoolean(Instruction* instr, |
FlagsCondition condition) { |