Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125263
b: refs/heads/master
c: 781d0ed
h: refs/heads/master
i:
  125261: 6cf5f3e
  125259: ec0076c
  125255: 6a9b404
  125247: 6903fcf
v: v3
  • Loading branch information
Avi Kivity committed Dec 31, 2008
1 parent b8f2fa3 commit 7de0078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: faa5a3ae39483aefc46a78299c811194f953af27
refs/heads/master: 781d0edc5fc5cfe7491a0c5081734e62f6dc66ee
6 changes: 3 additions & 3 deletions trunk/arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1063,9 +1063,9 @@ static int emulate_pop(struct x86_emulate_ctxt *ctxt,
struct decode_cache *c = &ctxt->decode;
int rc;

rc = ops->read_std(register_address(c, ss_base(ctxt),
c->regs[VCPU_REGS_RSP]),
&c->src.val, c->src.bytes, ctxt->vcpu);
rc = ops->read_emulated(register_address(c, ss_base(ctxt),
c->regs[VCPU_REGS_RSP]),
&c->src.val, c->src.bytes, ctxt->vcpu);
if (rc != 0)
return rc;

Expand Down

0 comments on commit 7de0078

Please sign in to comment.