projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06479db
)
target/loongarch/cpu.c: typo fix: expection
author
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 24 Apr 2024 20:18:56 +0000
(23:18 +0300)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/target/loongarch/cpu.c
b/target/loongarch/cpu.c
index bac84dca7af372119c14f88f439f6ccb29687a46..1ebba043f4fb19b6abbfb9aede8cc144dc696e3d 100644
(file)
--- a/
target/loongarch/cpu.c
+++ b/
target/loongarch/cpu.c
@@
-92,7
+92,7
@@
void G_NORETURN do_raise_exception(CPULoongArchState *env,
{
CPUState *cs = env_cpu(env);
- qemu_log_mask(CPU_LOG_INT, "%s: ex
pec
tion: %d (%s)\n",
+ qemu_log_mask(CPU_LOG_INT, "%s: ex
cep
tion: %d (%s)\n",
__func__,
exception,
loongarch_exception_name(exception));