remove two dead assignments in target-i386/translate.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
		
							parent
							
								
									a484156557
								
							
						
					
					
						commit
						5e398dd2f0
					
				@ -4692,8 +4692,6 @@ static target_ulong disas_insn(DisasContext *s, target_ulong pc_start)
 | 
				
			|||||||
            ot = dflag + OT_WORD;
 | 
					            ot = dflag + OT_WORD;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        modrm = ldub_code(s->pc++);
 | 
					        modrm = ldub_code(s->pc++);
 | 
				
			||||||
        mod = (modrm >> 6) & 3;
 | 
					 | 
				
			||||||
        rm = (modrm & 7) | REX_B(s);
 | 
					 | 
				
			||||||
        reg = ((modrm >> 3) & 7) | rex_r;
 | 
					        reg = ((modrm >> 3) & 7) | rex_r;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        gen_ldst_modrm(s, modrm, ot, OR_TMP0, 0);
 | 
					        gen_ldst_modrm(s, modrm, ot, OR_TMP0, 0);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user