mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 01:58:01 -05:00
arm_interface: Make GetNumInstructions const
This commit is contained in:
@ -142,7 +142,7 @@ public:
|
||||
virtual void PrepareReschedule() = 0;
|
||||
|
||||
/// Getter for num_instructions
|
||||
u64 GetNumInstructions() {
|
||||
u64 GetNumInstructions() const {
|
||||
return num_instructions;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user