mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							fa913a702f
						
					
				
				
					commit
					fa9b7db76f
				
			@@ -44,7 +44,7 @@ public:
 | 
			
		||||
 | 
			
		||||
    [[nodiscard]] unsigned Count() const noexcept {
 | 
			
		||||
        unsigned count = 0;
 | 
			
		||||
        for (const auto [index, value] : page_table) {
 | 
			
		||||
        for (const auto& [index, value] : page_table) {
 | 
			
		||||
            count += value;
 | 
			
		||||
        }
 | 
			
		||||
        return count;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user