Skip to content

Commit

Permalink
target/loongarch/cpu.c: typo fix: expection
Browse files Browse the repository at this point in the history
Fixes: 1590154 ("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>
  • Loading branch information
Michael Tokarev committed Apr 29, 2024
1 parent 06479db commit 0cbb322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/loongarch/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 0cbb322

Please sign in to comment.