~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to hw/sh4/sh7750.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
    case SH7750_PTEH_A7:
418
418
        /* If asid changes, clear all registered tlb entries. */
419
419
        if ((s->cpu->env.pteh & 0xff) != (mem_value & 0xff)) {
420
 
            tlb_flush(CPU(s->cpu), 1);
 
420
            tlb_flush(CPU(s->cpu));
421
421
        }
422
422
        s->cpu->env.pteh = mem_value;
423
423
        return;