Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248040
b: refs/heads/master
c: 575e7c1
h: refs/heads/master
v: v3
  • Loading branch information
Takuya Yoshikawa authored and Avi Kivity committed May 11, 2011
1 parent 6e27a35 commit aeac2a9
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: be6d05cfdf1f2ddbdc367a6433d8eac49d6bfe6f
refs/heads/master: 575e7c1417d41dd72ddf2a49965f833ce9352e92
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3671,6 +3671,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt)
break;
case 0x38 ... 0x3d:
cmp: /* cmp */
c->dst.type = OP_NONE; /* Disable writeback. */
emulate_2op_SrcV("cmp", c->src, c->dst, ctxt->eflags);
break;
case 0x40 ... 0x47: /* inc r16/r32 */
Expand Down Expand Up @@ -3797,7 +3798,6 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt)
rc = emulate_popf(ctxt, ops, &c->dst.val, c->op_bytes);
break;
case 0xa6 ... 0xa7: /* cmps */
c->dst.type = OP_NONE; /* Disable writeback. */
goto cmp;
case 0xa8 ... 0xa9: /* test ax, imm */
goto test;
Expand Down

0 comments on commit aeac2a9

Please sign in to comment.