| Index: src/compiler/x87/code-generator-x87.cc
|
| diff --git a/src/compiler/x87/code-generator-x87.cc b/src/compiler/x87/code-generator-x87.cc
|
| index d2f64e8cf156ff31d2b2e063429ec430d08b1533..d9ab46c978dda3d460fce75c762fea71fc0237a0 100644
|
| --- a/src/compiler/x87/code-generator-x87.cc
|
| +++ b/src/compiler/x87/code-generator-x87.cc
|
| @@ -2130,6 +2130,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,
|
|
|