Index: src/arm/simulator-arm.h |
diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h |
index 71b8e4086245c1a3179b10ab1895925ea40adaf4..29c71165a9448fefc3203814079bc2cb5dc132fd 100644 |
--- a/src/arm/simulator-arm.h |
+++ b/src/arm/simulator-arm.h |
@@ -327,6 +327,9 @@ class Simulator { |
void DecodeType6(Instruction* instr); |
void DecodeType7(Instruction* instr); |
+ // CP15 coprocessor instructions. |
+ void DecodeTypeCP15(Instruction* instr); |
+ |
// Support for VFP. |
void DecodeTypeVFP(Instruction* instr); |
void DecodeType6CoprocessorIns(Instruction* instr); |