Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248084
b: refs/heads/master
c: 4947e7c
h: refs/heads/master
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed May 22, 2011
1 parent 9524c0d commit 296a60d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8d7d810255982bfcc355cdb8972d72843acb0cf8
refs/heads/master: 4947e7cd0ee36e1aa37dfec4f7fa71cc64a2f0fd
3 changes: 2 additions & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3993,7 +3993,8 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt)
jump_far:
memcpy(&sel, c->src.valptr + c->op_bytes, 2);

if (load_segment_descriptor(ctxt, ops, sel, VCPU_SREG_CS))
rc = load_segment_descriptor(ctxt, ops, sel, VCPU_SREG_CS);
if (rc != X86EMUL_CONTINUE)
goto done;

c->eip = 0;
Expand Down

0 comments on commit 296a60d

Please sign in to comment.