mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	armemu: Fix retrieval of the CPSR in MRS instructions.
This commit is contained in:
		
							parent
							
								
									2188af4a65
								
							
						
					
					
						commit
						8c72322422
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1724,7 +1724,7 @@ mainswitch: | ||||||
|                             TAKEABORT; |                             TAKEABORT; | ||||||
|                     } else if ((BITS (0, 11) == 0) && (LHSReg == 15)) {	/* MRS CPSR */ |                     } else if ((BITS (0, 11) == 0) && (LHSReg == 15)) {	/* MRS CPSR */ | ||||||
|                         UNDEF_MRSPC; |                         UNDEF_MRSPC; | ||||||
|                         DEST = ECC | EINT | EMODE; |                         DEST = ARMul_GetCPSR(state); | ||||||
|                     } else { |                     } else { | ||||||
|                         UNDEF_Test; |                         UNDEF_Test; | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue