Skip to content

Commit

Permalink
Add missed enum
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Nov 17, 2015
1 parent fa21d49 commit 29ed4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Templates/ELFTemplate.bt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ typedef enum <uchar> {
typedef enum <uchar> {
ELFOSABI_NONE = 0x0, //No extensions or unspecified
ELFOSABI_HPUX = 0x1, //Hewlett-Packard HP-UX
ELFOSABI_NETBSD = 0x2, //NetBSD
ELFOSABI_NETBSD = 0x2, //NetBSD
ELFOSABI_LINUX = 0x3, //Linux
ELFOSABI_SOLARIS = 0x6, //Sun Solaris
ELFOSABI_AIX = 0x7, //AIX
ELFOSABI_IRIX = 0x8, //IRIX
Expand Down

0 comments on commit 29ed4c8

Please sign in to comment.