Revision b5dc7732 hw/mips_r4k.c

b/hw/mips_r4k.c
87 87
    if (kernel_size >= 0) {
88 88
        if ((entry & ~0x7fffffffULL) == 0x80000000)
89 89
            entry = (int32_t)entry;
90
        env->PC[env->current_tc] = entry;
90
        env->active_tc.PC = entry;
91 91
    } else {
92 92
        fprintf(stderr, "qemu: could not load kernel '%s'\n",
93 93
                loaderparams.kernel_filename);

Also available in: Unified diff