Commit 3842ae55 authored by Marcelo Tosatti's avatar Marcelo Tosatti Committed by Avi Kivity

KVM: remove emulate_popa unused variable

Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent bc70eedf
...@@ -1245,7 +1245,6 @@ static int emulate_popa(struct x86_emulate_ctxt *ctxt, ...@@ -1245,7 +1245,6 @@ static int emulate_popa(struct x86_emulate_ctxt *ctxt,
struct x86_emulate_ops *ops) struct x86_emulate_ops *ops)
{ {
struct decode_cache *c = &ctxt->decode; struct decode_cache *c = &ctxt->decode;
unsigned long old_esp = c->regs[VCPU_REGS_RSP];
int rc = 0; int rc = 0;
int reg = VCPU_REGS_RDI; int reg = VCPU_REGS_RDI;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment