You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user/hppa
Marc-André Lureau 0d0f95c7bc linux-user/hppa: fix -Werror=maybe-uninitialized false-positive
../linux-user/hppa/cpu_loop.c: In function ‘hppa_lws’:
../linux-user/hppa/cpu_loop.c:106:17: error: ‘ret’ may be used uninitialized [-Werror=maybe-uninitialized]
  106 |     env->gr[28] = ret;

Add g_assert_not_reached() to help compiler, as suggested by Laurent.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
2 months ago
..
Makefile.vdso linux-user/hppa: Add vdso 1 year ago
cpu_loop.c linux-user/hppa: fix -Werror=maybe-uninitialized false-positive 2 months ago
meson.build linux-user/hppa: Add vdso 1 year ago
signal.c linux-user/hppa: Force all code addresses to PRIV_USER 7 months ago
sockbits.h Supply missing header guards 6 years ago
syscall.tbl target/ppc: Fix lxvx/stxvx facility check 2 months ago
syscallhdr.sh license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 3 months ago
target_cpu.h linux-user/hppa: Force all code addresses to PRIV_USER 7 months ago
target_elf.h target/hppa: Implement hppa_cpu_class_by_name 1 year ago
target_errno_defs.h linux-user/hppa: Move errno definitions to 'target_errno_defs.h' 3 years ago
target_fcntl.h linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls 4 years ago
target_mman.h linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h 1 year ago
target_prctl.h target/hppa: Implement prctl_unalign_sigbus 3 years ago
target_proc.h linux-user: Split out cpu/target_proc.h 1 year ago
target_resource.h linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h 3 years ago
target_signal.h linux-user/hppa: Add signal trampoline for hppa target 2 years ago
target_structs.h linux user: Fix Lesser GPL version number 4 years ago
target_syscall.h linux-user/hppa: Increase guest stack size to 80MB for hppa target 2 years ago
termbits.h linux-user: Add missing termbits types and values definitions 4 years ago
vdso-asmoffset.h linux-user/hppa: Add vdso 1 year ago
vdso.S linux-user/hppa: Add vdso 1 year ago
vdso.ld linux-user/hppa: Add vdso 1 year ago
vdso.so linux-user/hppa: Add vdso 1 year ago