| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index 508ce5c1693f4c0102ba02301e3a412ec43aa4b4..ba08e633f5431c56b2e361c78968b24f0450c8b8 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -929,6 +929,11 @@ void LCodeGen::DoCallStub(LCallStub* instr) {
|
| }
|
|
|
|
|
| +void LCodeGen::DoCallExternal(LCallExternal* instr) {
|
| + __ CallExternalReference(instr->external_reference(), instr->arity());
|
| +}
|
| +
|
| +
|
| void LCodeGen::DoUnknownOSRValue(LUnknownOSRValue* instr) {
|
| GenerateOsrPrologue();
|
| }
|
|
|