mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alpha
won't trap.
This commit is contained in:
parent
66e9cfc57f
commit
2a5772457d
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
#include <dev/pci/pcivar.h>
|
||||
|
||||
#define TXP_USEIOSPACE
|
||||
/*#define __STRICT_ALIGNMENT*/
|
||||
#define __STRICT_ALIGNMENT
|
||||
|
||||
#include <dev/txp/if_txpreg.h>
|
||||
#include <dev/txp/3c990img.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue