mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target-mips: fix indentation
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
c938ada244
commit
31e3104fdb
2 changed files with 3 additions and 3 deletions
|
@ -1169,7 +1169,7 @@ void helper_mtc0_status (target_ulong arg1)
|
|||
case MIPS_HFLAG_SM: qemu_log(", SM\n"); break;
|
||||
case MIPS_HFLAG_KM: qemu_log("\n"); break;
|
||||
default: cpu_abort(env, "Invalid MMU mode!\n"); break;
|
||||
}
|
||||
}
|
||||
}
|
||||
cpu_mips_update_irq(env);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue