Index: src/compiler/arm64/code-generator-arm64.cc |
diff --git a/src/compiler/arm64/code-generator-arm64.cc b/src/compiler/arm64/code-generator-arm64.cc |
index 2511142329c5bf3112c25cffa8e4a3e856e74d94..52d61367a49c3c63a6732626cf92ada2ba4bc795 100644 |
--- a/src/compiler/arm64/code-generator-arm64.cc |
+++ b/src/compiler/arm64/code-generator-arm64.cc |
@@ -477,6 +477,11 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) { |
__ Jump(x10); |
break; |
} |
+ case kArchLazyBailout: { |
+ EnsureSpaceForLazyDeopt(); |
+ RecordCallPosition(instr); |
+ break; |
+ } |
case kArchPrepareCallCFunction: |
// We don't need kArchPrepareCallCFunction on arm64 as the instruction |
// selector already perform a Claim to reserve space on the stack and |