Revision eb38c52c elf.h

b/elf.h
1123 1123
  Elf64_Word n_type;	/* Content type */
1124 1124
} Elf64_Nhdr;
1125 1125

  
1126
#ifdef ELF_CLASS
1126 1127
#if ELF_CLASS == ELFCLASS32
1127 1128

  
1128 1129
#define elfhdr		elf32_hdr
......
1165 1166
# endif
1166 1167
#endif
1167 1168

  
1169
#endif /* ELF_CLASS */
1170

  
1168 1171

  
1169 1172
#endif /* _QEMU_ELF_H */

Also available in: Unified diff