projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d010b8b
)
linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 7 Jan 2022 21:32:21 +0000
(13:32 -0800)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 11 Jan 2022 17:40:43 +0000
(18:40 +0100)
This si_code was changed in
4cc13e4f6d441
, for linux 4.17.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <
20220107213243
.212806-3-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/alpha/cpu_loop.c
patch
|
blob
|
history
diff --git
a/linux-user/alpha/cpu_loop.c
b/linux-user/alpha/cpu_loop.c
index 96466b23f969042d52c81b3d7cafd7743320c615..caeea97b9d96178e762f3f5c72772eff0743ca29 100644
(file)
--- a/
linux-user/alpha/cpu_loop.c
+++ b/
linux-user/alpha/cpu_loop.c
@@
-151,7
+151,7
@@
void cpu_loop(CPUAlphaState *env)
info.si_code = TARGET_FPE_FLTRES;
break;
case TARGET_GEN_ROPRAND:
- info.si_code =
0
;
+ info.si_code =
TARGET_FPE_FLTUNK
;
break;
default:
info.si_signo = TARGET_SIGTRAP;