xrick: fix sim build warning on arm with -Wundef

Change-Id: I11513a20e0cd0bfd6dbe0759c86e4ff893a3d537
This commit is contained in:
Christian Soffke 2025-12-07 13:13:09 +01:00 committed by Solomon Peachy
parent 11552d0710
commit f05be27ae6

View file

@ -25,11 +25,11 @@
#define MINIZ_NO_MALLOC
#ifdef ROCKBOX
# define MINIZ_NO_ASSERT
# define MINIZ_X86_OR_X64_CPU 0
# define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
# ifndef SIMULATOR
# define MINIZ_X86_OR_X64_CPU 0
# define MINIZ_HAS_64BIT_REGISTERS 0
# define TINFL_USE_64BIT_BITBUF 0
# define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
# endif /* ndef SIMULATOR */
#endif