qemu/hw/nios2
Thomas Huth ded625e7aa trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value
TARGET_BIG_ENDIAN is *always* defined, either as 0 for little endian
targets or as 1 for big endian targets. So we can use this as a value
directly in places that need such a 0 or 1 for some reason, instead
of taking a detour through an additional local variable or something
similar.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2023-09-08 13:08:52 +03:00
..
10m50_devboard.c hw/nios2: Machine with a Vectored Interrupt Controller 2022-04-26 08:17:05 -07:00
boot.c trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value 2023-09-08 13:08:52 +03:00
boot.h Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
generic_nommu.c Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
Kconfig hw/nios2: Machine with a Vectored Interrupt Controller 2022-04-26 08:17:05 -07:00
meson.build hw/nios2: set machine->fdt in nios2_load_dtb() 2022-10-17 16:15:10 -03:00