Loading arch/x86/kvm/x86_emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -940,7 +940,7 @@ x86_decode_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) c->override_base != &ctxt->gs_base) c->override_base = NULL; if (c->override_base) if (c->override_base && !(!c->twobyte && c->b == 0x8d)) c->modrm_ea += *c->override_base; if (c->ad_bytes != 8) Loading Loading
arch/x86/kvm/x86_emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -940,7 +940,7 @@ x86_decode_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) c->override_base != &ctxt->gs_base) c->override_base = NULL; if (c->override_base) if (c->override_base && !(!c->twobyte && c->b == 0x8d)) c->modrm_ea += *c->override_base; if (c->ad_bytes != 8) Loading