target/loongarch/cpu.c: typo fix: expection
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 24 Apr 2024 20:18:56 +0000 (23:18 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 29 Apr 2024 12:26:56 +0000 (15:26 +0300)
Fixes: 1590154ee437 ("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>
target/loongarch/cpu.c

index bac84dca7af372119c14f88f439f6ccb29687a46..1ebba043f4fb19b6abbfb9aede8cc144dc696e3d 100644 (file)
@@ -92,7 +92,7 @@ void G_NORETURN do_raise_exception(CPULoongArchState *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__,
                   exception,
                   loongarch_exception_name(exception));