Loading arch/x86/kvm/emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
arch/x86/kvm/emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading