Revision 7ab463cb target-sparc/helper.c

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

Also available in: Unified diff