mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	arm_interface: Support unmapping previously mapped memory.
This commit is contained in:
		@@ -184,6 +184,9 @@ ResultCode VMManager::UnmapRange(VAddr target, u64 size) {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ASSERT(FindVMA(target)->second.size >= size);
 | 
			
		||||
 | 
			
		||||
    Core::CPU().UnmapMemory(target, size);
 | 
			
		||||
 | 
			
		||||
    return RESULT_SUCCESS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user