mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use #ifndef __NO_STRICT_ALIGNMENT rather than
#if !defined(__i386__) && !defined(__amd64__) for architectures with alignment constraints.
This commit is contained in:
parent
852bc770e3
commit
73bb8603b3
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ struct rl_stats {
|
|||
* due to the 8139C+. We need to put the number of descriptors in the ring
|
||||
* structure and use that value instead.
|
||||
*/
|
||||
#if !defined(__i386__) && !defined(__amd64__)
|
||||
#ifndef __NO_STRICT_ALIGNMENT
|
||||
#define RE_FIXUP_RX 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue