Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248103
b: refs/heads/master
c: adddcec
h: refs/heads/master
i:
  248101: 0a6bc10
  248099: edc7b30
  248095: 4a2acc9
v: v3
  • Loading branch information
Takuya Yoshikawa authored and Avi Kivity committed May 22, 2011
1 parent fde025f commit ff7ad63
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 509cf9fe11dad85f96944095ed63b2caa85cdfc9
refs/heads/master: adddcecf9222aa32938480cc1d03de629fab2a86
5 changes: 2 additions & 3 deletions trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1351,8 +1351,7 @@ static void write_register_operand(struct operand *op)
}
}

static inline int writeback(struct x86_emulate_ctxt *ctxt,
struct x86_emulate_ops *ops)
static int writeback(struct x86_emulate_ctxt *ctxt)
{
int rc;
struct decode_cache *c = &ctxt->decode;
Expand Down Expand Up @@ -4089,7 +4088,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt)
goto done;

writeback:
rc = writeback(ctxt, ops);
rc = writeback(ctxt);
if (rc != X86EMUL_CONTINUE)
goto done;

Expand Down

0 comments on commit ff7ad63

Please sign in to comment.