mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-11-04 06:47:09 +00:00 
			
		
		
		
	oop
This commit is contained in:
		@@ -165,7 +165,7 @@ Function Function::Analyze(const void* code, size_t size, size_t base)
 | 
			
		||||
    for (const auto& block : blocks)
 | 
			
		||||
    {
 | 
			
		||||
        // pick the block furthest away
 | 
			
		||||
        fn.size = std::max(size, block.base + block.size);
 | 
			
		||||
        fn.size = std::max(fn.size, block.base + block.size);
 | 
			
		||||
    }
 | 
			
		||||
    return fn;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user