jemalloc: Add missing definition of LG_QUANTUM for m68k (#8782)

This commit is contained in:
John Paul Adrian Glaubitz 2017-11-04 21:12:41 +01:00 committed by radare
parent 9b19ca5793
commit 04cd67f5ab

View file

@ -256,6 +256,9 @@ typedef unsigned szind_t;
# ifdef __hppa__
# define LG_QUANTUM 4
# endif
# ifdef __m68k__
# define LG_QUANTUM 3
# endif
# ifdef __mips__
# define LG_QUANTUM 3
# endif