mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	armemu: missed rename of "Syscall" to "SVC"
This commit is contained in:
		
							parent
							
								
									203541da11
								
							
						
					
					
						commit
						22eb9a8981
					
				@ -4548,7 +4548,7 @@ ARMul_Emulate26 (ARMul_State * state)
 | 
			
		||||
                //    ARMul_OSHandleSWI (state, BITS (0, 23));
 | 
			
		||||
                //    break;
 | 
			
		||||
                //}
 | 
			
		||||
                HLE::CallSyscall(instr);
 | 
			
		||||
                HLE::CallSVC(instr);
 | 
			
		||||
                ARMul_Abort (state, ARMul_SWIV);
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user