mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	arm_disasm: Remove unused variable
Also declared an array as static, as it's only used in this translation unit.
This commit is contained in:
		
							parent
							
								
									c9ef377afa
								
							
						
					
					
						commit
						1a70782cda
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -24,7 +24,7 @@ static const char *cond_names[] = { | |||
|     "RESERVED" | ||||
| }; | ||||
| 
 | ||||
| const char *opcode_names[] = { | ||||
| static const char *opcode_names[] = { | ||||
|     "invalid", | ||||
|     "undefined", | ||||
|     "adc", | ||||
|  | @ -351,7 +351,6 @@ std::string ARM_Disasm::DisassembleCLZ(uint32_t insn) | |||
| 
 | ||||
| std::string ARM_Disasm::DisassembleMemblock(Opcode opcode, uint32_t insn) | ||||
| { | ||||
|     std::string tmp_reg; | ||||
|     std::string tmp_list; | ||||
| 
 | ||||
|     uint8_t cond = (insn >> 28) & 0xf; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue