mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	arm_dyncom_interpreter: Remove unused macro
This commit is contained in:
		
							parent
							
								
									99b1f868a3
								
							
						
					
					
						commit
						8c1ab1c2c4
					
				@ -3890,7 +3890,6 @@ unsigned InterpreterMainLoop(ARMul_State* cpu) {
 | 
			
		||||
 | 
			
		||||
    #define CurrentModeHasSPSR (cpu->Mode != SYSTEM32MODE) && (cpu->Mode != USER32MODE)
 | 
			
		||||
    #define PC (cpu->Reg[15])
 | 
			
		||||
    #define CHECK_EXT_INT if (!cpu->NirqSig && !(cpu->Cpsr & 0x80)) goto END;
 | 
			
		||||
 | 
			
		||||
    // GCC and Clang have a C++ extension to support a lookup table of labels. Otherwise, fallback
 | 
			
		||||
    // to a clunky switch statement.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user