OSDN Git Service

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[tomoyo/tomoyo-test1.git] / arch / x86 / kvm / emulate.c
index 936a397..2673cd5 100644 (file)
@@ -1799,13 +1799,11 @@ static int writeback(struct x86_emulate_ctxt *ctxt, struct operand *op)
                                               op->addr.mem,
                                               &op->val,
                                               op->bytes);
-               break;
        case OP_MEM_STR:
                return segmented_write(ctxt,
                                       op->addr.mem,
                                       op->data,
                                       op->bytes * op->count);
-               break;
        case OP_XMM:
                kvm_write_sse_reg(op->addr.xmm, &op->vec_val);
                break;