mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Merge pull request #9623 from liamwhite/wp-oops
memory: fix watchpoint use when fastmem is enabled
This commit is contained in:
		@@ -383,6 +383,10 @@ struct Memory::Impl {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (Settings::IsFastmemEnabled()) {
 | 
			
		||||
            system.DeviceMemory().buffer.Protect(vaddr, size, !debug, !debug);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Iterate over a contiguous CPU address space, marking/unmarking the region.
 | 
			
		||||
        // The region is at a granularity of CPU pages.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user