Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93899
b: refs/heads/master
c: f9b7aab
h: refs/heads/master
i:
  93897: 6f7deea
  93895: c5f824d
v: v3
  • Loading branch information
Avi Kivity committed Apr 27, 2008
1 parent 7ba6721 commit 25f81e3
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: 16286d082d99cb41e16938fa6ba84604229f4b77
refs/heads/master: f9b7aab35cc6c3542203354d9fc4ec8572074abc
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
case 0x88 ... 0x8b: /* mov */
goto mov;
case 0x8d: /* lea r16/r32, m */
c->dst.val = c->modrm_val;
c->dst.val = c->modrm_ea;
break;
case 0x8f: /* pop (sole member of Grp1a) */
rc = emulate_grp1a(ctxt, ops);
Expand Down

0 comments on commit 25f81e3

Please sign in to comment.