Revision ee0dc6d3 target-s390x/kvm.c

b/target-s390x/kvm.c
186 186
    }
187 187

  
188 188
    env->halted = 0;
189
    env->exception_index = 0;
189
    env->exception_index = -1;
190 190

  
191 191
    kvmint.type = type;
192 192
    kvmint.parm = parm;
......
325 325
{
326 326
    kvm_s390_interrupt(env, KVM_S390_RESTART, 0);
327 327
    env->halted = 0;
328
    env->exception_index = 0;
328
    env->exception_index = -1;
329 329
    qemu_cpu_kick(env);
330 330
    dprintf("DONE: SIGP cpu restart: %p\n", env);
331 331
    return 0;

Also available in: Unified diff