mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 08:29:03 -06:00 
			
		
		
		
	core: inline CPU, 132 warnings fixed on GCC
This commit is contained in:
		@@ -115,7 +115,7 @@ private:
 | 
			
		||||
    static System s_instance;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static ARM_Interface& CPU() {
 | 
			
		||||
inline ARM_Interface& CPU() {
 | 
			
		||||
    return System::GetInstance().CPU();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user