arm_interface: Make GetNumInstructions const

master
Lioncash 2015-12-06 15:07:59 +07:00
parent de9a625c7e
commit 1ea0702eaa
1 changed files with 1 additions and 1 deletions

@ -142,7 +142,7 @@ public:
virtual void PrepareReschedule() = 0;
/// Getter for num_instructions
u64 GetNumInstructions() {
u64 GetNumInstructions() const {
return num_instructions;
}