mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
microblaze: Correct typo.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
72b675caac
commit
6b2fce907d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ static unsigned int tlb_decode_size(unsigned int f)
|
||||||
return sizes[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;
|
struct microblaze_mmu *mmu = &env->mmu;
|
||||||
unsigned int tlb_size;
|
unsigned int tlb_size;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue