Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248070
b: refs/heads/master
c: cfb2237
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Noss authored and Avi Kivity committed May 22, 2011
1 parent 4e25b87 commit d0d5968
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: a38f84ca8c6991925cb8bb6371ade8df9d3cc1e6
refs/heads/master: cfb223753c3750b28103136ad4d51d1a3ae4d64b
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -4092,7 +4092,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt)
rc = em_clts(ctxt);
break;
case 0x09: /* wbinvd */
ctxt->ops->wbinvd(ctxt);
(ctxt->ops->wbinvd)(ctxt);
break;
case 0x08: /* invd */
case 0x0d: /* GrpP (prefetch) */
Expand Down

0 comments on commit d0d5968

Please sign in to comment.