Index: src/arm/simulator-arm.h |
diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h |
index 6567607bb8a42f1fcc96e5cd14db2d8d518722d4..992929173913c6fa788347cbc46e7b4a921d2ebd 100644 |
--- a/src/arm/simulator-arm.h |
+++ b/src/arm/simulator-arm.h |
@@ -363,6 +363,9 @@ class Simulator { |
template<class InputType, int register_size> |
void SetVFPRegister(int reg_index, const InputType& value); |
+ void SetSpecialRegister(SRegisterFieldMask reg_and_mask, uint32_t value); |
+ uint32_t GetFromSpecialRegister(SRegister reg); |
+ |
void CallInternal(byte* entry); |
// Architecture state. |