mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	dyncom: Remove unnecessary abort-related cruft
Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary.
This commit is contained in:
		
							parent
							
								
									dfb424b6d1
								
							
						
					
					
						commit
						3257d797e1
					
				
					 2 changed files with 1 additions and 48 deletions
				
			
		| 
						 | 
				
			
			@ -23,10 +23,7 @@ ARM_DynCom::ARM_DynCom(PrivilegeMode initial_mode) {
 | 
			
		|||
    ARMul_NewState(state.get());
 | 
			
		||||
    ARMul_SelectProcessor(state.get(), ARM_v6_Prop | ARM_v5_Prop | ARM_v5e_Prop);
 | 
			
		||||
 | 
			
		||||
    state->abort_model = ABORT_BASE_RESTORED;
 | 
			
		||||
 | 
			
		||||
    state->bigendSig = LOW;
 | 
			
		||||
    state->lateabtSig = LOW;
 | 
			
		||||
    state->NirqSig = HIGH;
 | 
			
		||||
 | 
			
		||||
    // Reset the core to initial state
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue