Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72125
b: refs/heads/master
c: ae6200b
h: refs/heads/master
i:
  72123: 05d0498
v: v3
  • Loading branch information
Laurent Vivier authored and Avi Kivity committed Oct 22, 2007
1 parent e85529c commit 9851f3b
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: 1a52e051368a0e29b26e8790bacd8d1d759e3287
refs/heads/master: ae6200baea4175cac684ea76f78082b31afbdefa
3 changes: 1 addition & 2 deletions trunk/drivers/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,10 @@ x86_emulate_memop(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
case 0xf0: /* LOCK */
lock_prefix = 1;
break;
case 0xf2: /* REPNE/REPNZ */
case 0xf3: /* REP/REPE/REPZ */
rep_prefix = 1;
break;
case 0xf2: /* REPNE/REPNZ */
break;
default:
goto done_prefixes;
}
Expand Down

0 comments on commit 9851f3b

Please sign in to comment.