Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68359
b: refs/heads/master
c: 3ccb882
h: refs/heads/master
i:
  68357: b2639ef
  68355: 361a98f
  68351: fc9b973
v: v3
  • Loading branch information
Aurelien Jarno authored and Avi Kivity committed Oct 13, 2007
1 parent 2847445 commit 97b3eef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 62b3ffb8b357a791491726cff8d395027e5245b7
refs/heads/master: 3ccb8827fb3bd389ed15320da83543d016a94822
2 changes: 0 additions & 2 deletions trunk/drivers/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,6 @@ x86_emulate_memop(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
src.orig_val = src.val;
src.val = _regs[VCPU_REGS_RAX];
emulate_2op_SrcV("cmp", src, dst, _eflags);
/* Always write back. The question is: where to? */
d |= Mov;
if (_eflags & EFLG_ZF) {
/* Success: write back to memory. */
dst.val = src.orig_val;
Expand Down

0 comments on commit 97b3eef

Please sign in to comment.