mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo (in comment): s/IA-46/IA-64/
Submitted by: Miod Vallat <miod@online.fr>
This commit is contained in:
parent
74a90a095e
commit
9da32aa0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ typedef struct {
|
|||
#define EM_PPC64 21 /* PowerPC 64-bit */
|
||||
#define EM_ARM 40 /* ARM */
|
||||
#define EM_SPARCV9 43 /* SPARC v9 64-bit */
|
||||
#define EM_IA_64 50 /* Intel IA-46 Processor */
|
||||
#define EM_IA_64 50 /* Intel IA-64 Processor */
|
||||
#define EM_X86_64 62 /* Advanced Micro Devices x86-64 */
|
||||
#define EM_ALPHA 0x9026 /* Alpha (written in the absence of an ABI */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue