Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215718
b: refs/heads/master
c: 3885f18
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Avi Kivity committed Oct 24, 2010
1 parent 1a41a19 commit 086f11b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 35c843c4857e2a818d1d951d87c40ee2cf5c1be8
refs/heads/master: 3885f18fe3034a10b3e3923885d70d31ba522844
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ static void fetch_bit_operand(struct decode_cache *c)
{
long sv, mask;

if (c->dst.type == OP_MEM) {
if (c->dst.type == OP_MEM && c->src.type == OP_REG) {
mask = ~(c->dst.bytes * 8 - 1);

if (c->src.bytes == 2)
Expand Down

0 comments on commit 086f11b

Please sign in to comment.