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:
cognet 2006-07-27 14:36:28 +00:00
parent 982c62305a
commit 8bef7869ab

View File

@ -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