Loading arch/x86/kvm/emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -2912,7 +2912,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt) break; case 0x90 ... 0x97: /* nop / xchg reg, rax */ if (c->dst.addr.reg == &c->regs[VCPU_REGS_RAX]) goto done; break; goto xchg; case 0x9c: /* pushf */ c->src.val = (unsigned long) ctxt->eflags; Loading Loading
arch/x86/kvm/emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -2912,7 +2912,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt) break; case 0x90 ... 0x97: /* nop / xchg reg, rax */ if (c->dst.addr.reg == &c->regs[VCPU_REGS_RAX]) goto done; break; goto xchg; case 0x9c: /* pushf */ c->src.val = (unsigned long) ctxt->eflags; Loading