target-i386/helper: remove redundant env->eip assignment
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
		
							parent
							
								
									80cf2c81a1
								
							
						
					
					
						commit
						0bc60a8ae0
					
				@ -249,7 +249,7 @@ void helper_vmrun(CPUX86State *env, int aflag, int next_eip_addend)
 | 
				
			|||||||
                       R_DS);
 | 
					                       R_DS);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    env->eip = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rip));
 | 
					    env->eip = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rip));
 | 
				
			||||||
    env->eip = env->eip;
 | 
					
 | 
				
			||||||
    env->regs[R_ESP] = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rsp));
 | 
					    env->regs[R_ESP] = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rsp));
 | 
				
			||||||
    env->regs[R_EAX] = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rax));
 | 
					    env->regs[R_EAX] = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rax));
 | 
				
			||||||
    env->dr[7] = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.dr7));
 | 
					    env->dr[7] = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.dr7));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user