Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103738
b: refs/heads/master
c: 0adc867
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Jul 20, 2008
1 parent 2b6a52c commit 3cd8ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5b4edcd52e78556800f90d08bfc9126416ac82f
refs/heads/master: 0adc8675d645940139d12477e5e05b8a0a7a1117
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3cd8ddf

Please sign in to comment.