Commit 6b2fce90 authored by Edgar E. Iglesias's avatar Edgar E. Iglesias
Browse files

microblaze: Correct typo.

parent 72b675ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ static unsigned int tlb_decode_size(unsigned int f)
    return sizes[f];
}

static void mmu_flush_idx(CPUState *env, unsigned idx)
static void mmu_flush_idx(CPUState *env, unsigned int idx)
{
    struct microblaze_mmu *mmu = &env->mmu;
    unsigned int tlb_size;