diff --git a/[refs] b/[refs] index 82e47deb4dd5..532d36cdf2d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50933623e50d8730cc1a65853c153b3b4c93b629 +refs/heads/master: 7129eecac10681f69cb00c0323ee915feceb57eb diff --git a/trunk/arch/x86/kvm/emulate.c b/trunk/arch/x86/kvm/emulate.c index aead72e141b4..d0df25d84acd 100644 --- a/trunk/arch/x86/kvm/emulate.c +++ b/trunk/arch/x86/kvm/emulate.c @@ -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);