make KCodeMemory::GetSourceAddress const

Co-authored-by: Mai M. <mathew1800@gmail.com>
master
itsmeft24 2021-12-07 07:58:33 +07:00 committed by GitHub
parent 8ed2748820
commit d197246880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -46,7 +46,7 @@ public:
KProcess* GetOwner() const { KProcess* GetOwner() const {
return m_owner; return m_owner;
} }
VAddr GetSourceAddress() { VAddr GetSourceAddress() const {
return m_address; return m_address;
} }
size_t GetSize() const { size_t GetSize() const {