]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
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>
Tue, 30 Apr 2024 17:12:15 +0000 (20:12 +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>
(cherry picked from commit 0cbb322f70e8a87e4acbffecef5ea8f9448f3513)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/loongarch/cpu.c

index 203a349055cf0fd2f862c7b5eebef42c69062dc7..294bdbfa9354c03789dfe7fde4dabe31cf42d06a 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));