Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215715
b: refs/heads/master
c: c034da8
h: refs/heads/master
i:
  215713: cc6d340
  215711: 6f6dbe2
v: v3
  • Loading branch information
Wei Yongjun authored and Avi Kivity committed Oct 24, 2010
1 parent adc9419 commit edbb773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 36089fed70337f4d96a5c3aa7fadc4095b707f73
refs/heads/master: c034da8b927dc682fe7944895d67f99f07e3740f
3 changes: 1 addition & 2 deletions trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ static struct opcode opcode_table[256] = {
N, N, N, D(ImplicitOps | Stack),
D(ImplicitOps), D(SrcImmByte), D(ImplicitOps | No64), D(ImplicitOps),
/* 0xD0 - 0xD7 */
D(ByteOp | DstMem | SrcImplicit | ModRM), D(DstMem | SrcImplicit | ModRM),
D(ByteOp | DstMem | SrcOne | ModRM), D(DstMem | SrcOne | ModRM),
D(ByteOp | DstMem | SrcImplicit | ModRM), D(DstMem | SrcImplicit | ModRM),
N, N, N, N,
/* 0xD8 - 0xDF */
Expand Down Expand Up @@ -3046,7 +3046,6 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt)
goto done;
break;
case 0xd0 ... 0xd1: /* Grp2 */
c->src.val = 1;
emulate_grp2(ctxt);
break;
case 0xd2 ... 0xd3: /* Grp2 */
Expand Down

0 comments on commit edbb773

Please sign in to comment.