mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	make KCodeMemory::GetSourceAddress const
Co-authored-by: Mai M. <mathew1800@gmail.com>
This commit is contained in:
		@@ -46,7 +46,7 @@ public:
 | 
			
		||||
    KProcess* GetOwner() const {
 | 
			
		||||
        return m_owner;
 | 
			
		||||
    }
 | 
			
		||||
    VAddr GetSourceAddress() {
 | 
			
		||||
    VAddr GetSourceAddress() const {
 | 
			
		||||
        return m_address;
 | 
			
		||||
    }
 | 
			
		||||
    size_t GetSize() const {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user