summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-12-06 21:07:59 +0100
committerLioncash <mathew1800@gmail.com>2015-12-06 21:07:59 +0100
commit1ea0702eaa8bbafe4554ed777df61a28c44bae55 (patch)
treef44065b364c04c8c20b57316f315ee7e476c6655 /src/core/arm/arm_interface.h
parentarm_interface: directly initialize class members (diff)
downloadyuzu-1ea0702eaa8bbafe4554ed777df61a28c44bae55.tar
yuzu-1ea0702eaa8bbafe4554ed777df61a28c44bae55.tar.gz
yuzu-1ea0702eaa8bbafe4554ed777df61a28c44bae55.tar.bz2
yuzu-1ea0702eaa8bbafe4554ed777df61a28c44bae55.tar.lz
yuzu-1ea0702eaa8bbafe4554ed777df61a28c44bae55.tar.xz
yuzu-1ea0702eaa8bbafe4554ed777df61a28c44bae55.tar.zst
yuzu-1ea0702eaa8bbafe4554ed777df61a28c44bae55.zip
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r--src/core/arm/arm_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 39a103f7c..533067d4f 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -142,7 +142,7 @@ public:
virtual void PrepareReschedule() = 0;
/// Getter for num_instructions
- u64 GetNumInstructions() {
+ u64 GetNumInstructions() const {
return num_instructions;
}