Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215916
b: refs/heads/master
c: 7129eec
h: refs/heads/master
v: v3
  • Loading branch information
Sheng Yang authored and Avi Kivity committed Oct 24, 2010
1 parent f50b3da commit 80e2a9b
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: 50933623e50d8730cc1a65853c153b3b4c93b629
refs/heads/master: 7129eecac10681f69cb00c0323ee915feceb57eb
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ static int decode_abs(struct x86_emulate_ctxt *ctxt,

static void fetch_bit_operand(struct decode_cache *c)
{
long sv, mask;
long sv = 0, mask;

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

0 comments on commit 80e2a9b

Please sign in to comment.