On 11/5/24 13:53, Richard Henderson wrote:
No uses actually checked the error indication. Even if we wanted
to check ferror on the stream, we should do that generically rather
than per arch.
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
risu.h | 4 ++--
risu_reginfo_aarch64.c | 8 +++-----
risu_reginfo_arm.c | 6 ++----
risu_reginfo_i386.c | 6 ++----
risu_reginfo_loongarch64.c | 6 ++----
risu_reginfo_m68k.c | 6 ++----
risu_reginfo_ppc64.c | 6 ++----
risu_reginfo_s390x.c | 6 ++----
8 files changed, 17 insertions(+), 31 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>