mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #1013 from lioncash/unused
dyncom: Remove an unused variable
This commit is contained in:
		
						commit
						ea1b04f5da
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -3886,7 +3886,6 @@ unsigned InterpreterMainLoop(ARMul_State* cpu) { | |||
| #endif | ||||
|     arm_inst* inst_base; | ||||
|     unsigned int addr; | ||||
|     unsigned int phys_addr; | ||||
|     unsigned int num_instrs = 0; | ||||
| 
 | ||||
|     int ptr; | ||||
|  | @ -3905,8 +3904,6 @@ unsigned InterpreterMainLoop(ARMul_State* cpu) { | |||
|         else | ||||
|             cpu->Reg[15] &= 0xfffffffc; | ||||
| 
 | ||||
|         phys_addr = cpu->Reg[15]; | ||||
| 
 | ||||
|         // Find the cached instruction cream, otherwise translate it...
 | ||||
|         auto itr = cpu->instruction_cache.find(cpu->Reg[15]); | ||||
|         if (itr != cpu->instruction_cache.end()) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue