mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
2cc3124e10
commit
4cfa5e0135
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue