Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125265
b: refs/heads/master
c: cf5de4f
h: refs/heads/master
i:
  125263: 7de0078
v: v3
  • Loading branch information
Avi Kivity committed Dec 31, 2008
1 parent 255591a commit af5ec1a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8a09b6877f3100207b3572e7e12ea796493fe914
refs/heads/master: cf5de4f886116871c2ae2eee53524edd741a68ae
2 changes: 2 additions & 0 deletions trunk/arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,9 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
emulate_grp2(ctxt);
break;
case 0xc3: /* ret */
c->dst.type = OP_REG;
c->dst.ptr = &c->eip;
c->dst.bytes = c->op_bytes;
goto pop_instruction;
case 0xc6 ... 0xc7: /* mov (sole member of Grp11) */
mov:
Expand Down

0 comments on commit af5ec1a

Please sign in to comment.