| Index: src/arm/simulator-arm.h
 | 
| diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
 | 
| index 7435b77255485f66791a6a6b90902bc8e821112c..e214abdcbd73f95b89d41501d64d881b4d469d01 100644
 | 
| --- a/src/arm/simulator-arm.h
 | 
| +++ b/src/arm/simulator-arm.h
 | 
| @@ -339,6 +339,8 @@ class Simulator {
 | 
|    void DecodeVMOVBetweenCoreAndSinglePrecisionRegisters(Instruction* instr);
 | 
|    void DecodeVCMP(Instruction* instr);
 | 
|    void DecodeVCVTBetweenDoubleAndSingle(Instruction* instr);
 | 
| +  int32_t ConvertDoubleToInt(double val, bool unsigned_integer,
 | 
| +                             VFPRoundingMode mode);
 | 
|    void DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr);
 | 
|  
 | 
|    // Executes one instruction.
 | 
| 
 |