diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-04-07 02:24:41 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-04-07 02:24:41 +0000 |
| commit | 4ccf64eb2bb126b295631f77a22b60a34abd8f79 (patch) | |
| tree | 9cb5c82283f9840994363d827ab9f1affbd07fb4 /sys/amd64/include/elf.h | |
| parent | 6836afc4c683a5bfa6c625f8adf455b7107eddae (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/elf.h')
| -rw-r--r-- | sys/amd64/include/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/elf.h b/sys/amd64/include/elf.h index 88f439805ba1..678f5d3ba0f4 100644 --- a/sys/amd64/include/elf.h +++ b/sys/amd64/include/elf.h @@ -42,6 +42,7 @@ #include <sys/elf_generic.h> #define ELF_ARCH EM_X86_64 +#define ELF_ARCH32 EM_386 #define ELF_MACHINE_OK(x) ((x) == EM_X86_64) |
