mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
10 lines
181 B
C
10 lines
181 B
C
#ifndef __LP64__
|
|
#error "this file must be compiled for LP64."
|
|
#endif
|
|
|
|
#define __ELF_WORD_SIZE 32
|
|
#define _MACHINE_ELF_WANT_32BIT
|
|
|
|
#define ELFCORE_COMPAT_32 1
|
|
#include "elfcore.c"
|
|
|