Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoid
triggering an assertion later.
This commit is contained in:
parent
982c62305a
commit
8bef7869ab
@ -270,7 +270,7 @@ __FBSDID("$FreeBSD$");
|
||||
# define SIZEOF_PTR 8
|
||||
#endif
|
||||
#ifdef __arm__
|
||||
# define QUANTUM_2POW_MIN 3
|
||||
# define QUANTUM_2POW_MIN 4
|
||||
# define SIZEOF_PTR 4
|
||||
# define USE_BRK
|
||||
# define NO_TLS
|
||||
|
Loading…
x
Reference in New Issue
Block a user