jemalloc: Add missing definition of LG_QUANTUM for m68k (#8782)
This commit is contained in:
parent
9b19ca5793
commit
04cd67f5ab
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue