Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95968
b: refs/heads/master
c: dc7457e
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed May 4, 2008
1 parent f350952 commit 1ff69c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de368dceb33c3c068dbde1407aff75cd8e126f04
refs/heads/master: dc7457ea52f88539dc72925360e6068d5c938a0f
1 change: 1 addition & 0 deletions trunk/arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
case 6: /* lmsw */
realmode_lmsw(ctxt->vcpu, (u16)c->src.val,
&ctxt->eflags);
c->dst.type = OP_NONE;
break;
case 7: /* invlpg*/
emulate_invlpg(ctxt->vcpu, memop);
Expand Down

0 comments on commit 1ff69c9

Please sign in to comment.