mirror of https://github.com/xemu-project/xemu.git
target/loongarch/cpu.c: typo fix: expection
Fixes: 1590154ee4
("target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '-d int'")
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
06479dbf3d
commit
0cbb322f70
|
@ -92,7 +92,7 @@ void G_NORETURN do_raise_exception(CPULoongArchState *env,
|
||||||
{
|
{
|
||||||
CPUState *cs = env_cpu(env);
|
CPUState *cs = env_cpu(env);
|
||||||
|
|
||||||
qemu_log_mask(CPU_LOG_INT, "%s: expection: %d (%s)\n",
|
qemu_log_mask(CPU_LOG_INT, "%s: exception: %d (%s)\n",
|
||||||
__func__,
|
__func__,
|
||||||
exception,
|
exception,
|
||||||
loongarch_exception_name(exception));
|
loongarch_exception_name(exception));
|
||||||
|
|
Loading…
Reference in New Issue