Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80637
b: refs/heads/master
c: e4f8e03
h: refs/heads/master
i:
  80635: 8186324
v: v3
  • Loading branch information
Qing He authored and Avi Kivity committed Jan 30, 2008
1 parent 817ba70 commit 38426eb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a01af5ec5163cdc51c00f6dcb22d7766199377cf
refs/heads/master: e4f8e03956de4b1a1dc4bbbdefa9c973d01ee91f
1 change: 1 addition & 0 deletions trunk/drivers/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1629,6 +1629,7 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
break;
case 0xa3:
bt: /* bt */
c->dst.type = OP_NONE;
/* only subword offset */
c->src.val &= (c->dst.bytes << 3) - 1;
emulate_2op_SrcV_nobyte("bt", c->src, c->dst, ctxt->eflags);
Expand Down

0 comments on commit 38426eb

Please sign in to comment.