summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/k_code_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_code_memory.h b/src/core/hle/kernel/k_code_memory.h
index e8e83a0e5..c45939afa 100644
--- a/src/core/hle/kernel/k_code_memory.h
+++ b/src/core/hle/kernel/k_code_memory.h
@@ -46,7 +46,7 @@ public:
KProcess* GetOwner() const {
return m_owner;
}
- VAddr GetSourceAddress() {
+ VAddr GetSourceAddress() const {
return m_address;
}
size_t GetSize() const {