diff options
author | Helge Deller <deller@gmx.de> | 2025-05-17 13:20:17 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2025-05-17 13:20:17 +0200 |
commit | b4b49cf39dba5f993ad925f204cb820aacfc8e45 (patch) | |
tree | 9a84550fba413444704fd5e8c4a28459fc7b0bc2 /python/scripts | |
parent | 923976dfe367b0bfed45ff660c369f3fe65604a7 (diff) | |
download | qemu-b4b49cf39dba5f993ad925f204cb820aacfc8e45.zip qemu-b4b49cf39dba5f993ad925f204cb820aacfc8e45.tar.gz qemu-b4b49cf39dba5f993ad925f204cb820aacfc8e45.tar.bz2 |
linux-user/hppa: Send proper si_code on SIGFPE exception
Improve the linux-user emulation to send the correct si_code depending
on overflow (TARGET_FPE_FLTOVF), underflow (TARGET_FPE_FLTUND), ...
Note that the hardware stores the relevant flags in FP exception
register #1, which is actually the lower 32-bits of the 64-bit fr[0]
register in qemu.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'python/scripts')
0 files changed, 0 insertions, 0 deletions