Index: src/compiler/x64/code-generator-x64.cc |
diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc |
index 4bb4d9465939908977f5b0fe036fa2ed643110b6..a69ea5f36f76b39808f7bd4b893d61a9b72f803b 100644 |
--- a/src/compiler/x64/code-generator-x64.cc |
+++ b/src/compiler/x64/code-generator-x64.cc |
@@ -585,6 +585,11 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) { |
RecordCallPosition(instr); |
break; |
} |
+ case kArchLazyBailout: { |
+ EnsureSpaceForLazyDeopt(); |
+ RecordCallPosition(instr); |
+ break; |
+ } |
case kArchTailCallJSFunction: { |
Register func = i.InputRegister(0); |
if (FLAG_debug_code) { |