Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271531
b: refs/heads/master
c: 608aabe
h: refs/heads/master
i:
  271529: e661d88
  271527: a0da990
v: v3
  • Loading branch information
Avi Kivity committed Sep 25, 2011
1 parent 8f71942 commit 05844a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 20c29ff205ea9c4e2bf4ef79b0e5b934d6c60aff
refs/heads/master: 608aabe316eab9116ddd73418217277693df3bb8
5 changes: 1 addition & 4 deletions trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3349,10 +3349,7 @@ static int decode_operand(struct x86_emulate_ctxt *ctxt, struct operand *op,
ctxt->twobyte && (ctxt->b == 0xb6 || ctxt->b == 0xb7));
break;
case OpImmUByte:
op->type = OP_IMM;
op->addr.mem.ea = ctxt->_eip;
op->bytes = 1;
op->val = insn_fetch(u8, ctxt);
rc = decode_imm(ctxt, op, 1, false);
break;
case OpMem:
case OpMem64:
Expand Down

0 comments on commit 05844a2

Please sign in to comment.