Loading arch/x86/kvm/emulate.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2799,8 +2799,8 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) goto done; goto done; break; break; case 0x90: /* nop / xchg r8,rax */ case 0x90: /* nop / xchg r8,rax */ if (!(c->rex_prefix & 1)) { /* nop */ if (c->dst.ptr == (unsigned long *)&c->regs[VCPU_REGS_RAX]) { c->dst.type = OP_NONE; c->dst.type = OP_NONE; /* nop */ break; break; } } case 0x91 ... 0x97: /* xchg reg,rax */ case 0x91 ... 0x97: /* xchg reg,rax */ Loading Loading
arch/x86/kvm/emulate.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2799,8 +2799,8 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) goto done; goto done; break; break; case 0x90: /* nop / xchg r8,rax */ case 0x90: /* nop / xchg r8,rax */ if (!(c->rex_prefix & 1)) { /* nop */ if (c->dst.ptr == (unsigned long *)&c->regs[VCPU_REGS_RAX]) { c->dst.type = OP_NONE; c->dst.type = OP_NONE; /* nop */ break; break; } } case 0x91 ... 0x97: /* xchg reg,rax */ case 0x91 ... 0x97: /* xchg reg,rax */ Loading