| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index 2e65f7af489897961bc2774a1479587132578b74..1d9c1dbc4ff7505920b4117e52c039068051f67f 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -386,6 +386,9 @@ class MacroAssembler: public Assembler {
|
| void Push(Smi* smi);
|
| void Test(const Operand& dst, Smi* source);
|
|
|
| + // Loads a smi as an integer onto the FPU stack.
|
| + void FLoadSmi(const Operand& src);
|
| +
|
| // ---------------------------------------------------------------------------
|
| // Macro instructions
|
|
|
|
|