Revision 417728d8

b/target-sparc/helper.c
490 490
#ifdef DEBUG_MMU
491 491
    printf("TMISS at 0x%" PRIx64 "\n", address);
492 492
#endif
493
    env->immuregs[6] = (address & ~0x1fffULL) | (env->immuregs[1] & 0x1fff);
493
    env->immuregs[6] = (address & ~0x1fffULL) | (env->dmmuregs[1] & 0x1fff);
494 494
    env->exception_index = TT_TMISS;
495 495
    return 1;
496 496
}

Also available in: Unified diff