Index: src/arm/simulator-arm.h |
diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h |
index 24d7fe58c44590f3732ddeb376795089f2721bb0..9e96e70935310db962a42d0d9191e1f7fce62c76 100644 |
--- a/src/arm/simulator-arm.h |
+++ b/src/arm/simulator-arm.h |
@@ -353,6 +353,7 @@ class Simulator { |
void DecodeVCMP(Instruction* instr); |
void DecodeVCVTBetweenDoubleAndSingle(Instruction* instr); |
void DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr); |
+ void DecodeVCVTBetweenFloatingPointAndFixedPoint(Instruction* instr); |
// Executes one instruction. |
void InstructionDecode(Instruction* instr); |