mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	arm_dyncom_interpreter: Remove unused macro
This commit is contained in:
		
							parent
							
								
									99b1f868a3
								
							
						
					
					
						commit
						8c1ab1c2c4
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -3890,7 +3890,6 @@ unsigned InterpreterMainLoop(ARMul_State* cpu) { | ||||||
| 
 | 
 | ||||||
|     #define CurrentModeHasSPSR (cpu->Mode != SYSTEM32MODE) && (cpu->Mode != USER32MODE) |     #define CurrentModeHasSPSR (cpu->Mode != SYSTEM32MODE) && (cpu->Mode != USER32MODE) | ||||||
|     #define PC (cpu->Reg[15]) |     #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
 |     // GCC and Clang have a C++ extension to support a lookup table of labels. Otherwise, fallback
 | ||||||
|     // to a clunky switch statement.
 |     // to a clunky switch statement.
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue