Commit 6b2fce907dda9f0355e968bfe6f868ae65f882e7
1 parent
72b675ca
microblaze: Correct typo.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
target-microblaze/mmu.c
... | ... | @@ -37,7 +37,7 @@ static unsigned int tlb_decode_size(unsigned int f) |
37 | 37 | return sizes[f]; |
38 | 38 | } |
39 | 39 | |
40 | -static void mmu_flush_idx(CPUState *env, unsigned idx) | |
40 | +static void mmu_flush_idx(CPUState *env, unsigned int idx) | |
41 | 41 | { |
42 | 42 | struct microblaze_mmu *mmu = &env->mmu; |
43 | 43 | unsigned int tlb_size; | ... | ... |