| Index: src/x64/codegen-x64.h
|
| diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h
|
| index 9279d30ba3a48e325a7d4cd334b168e222b2a2ff..37ccadd15d90d24d3738f6c53b7d01c5bcf677b0 100644
|
| --- a/src/x64/codegen-x64.h
|
| +++ b/src/x64/codegen-x64.h
|
| @@ -687,7 +687,7 @@ class TranscendentalCacheStub: public CodeStub {
|
| Major MajorKey() { return TranscendentalCache; }
|
| int MinorKey() { return type_; }
|
| Runtime::FunctionId RuntimeFunction();
|
| - void GenerateOperation(MacroAssembler* masm);
|
| + void GenerateOperation(MacroAssembler* masm, Label* on_nan_result);
|
| };
|
|
|
|
|
|
|