Am Wed, 6 Nov 2024 18:46:09 +0000 schrieb Philippe Mathieu-Daudé <phi...@linaro.org>:
> These devices are only used by the TriCore target, which is > only built as little-endian. Therefore the DEVICE_NATIVE_ENDIAN > definition expand to DEVICE_LITTLE_ENDIAN (besides, the > DEVICE_BIG_ENDIAN case isn't tested). Simplify directly using > DEVICE_LITTLE_ENDIAN. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > hw/tricore/tricore_testdevice.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Thomas Huth <h...@tuxfamily.org>