Test commit.

llvm-svn: 108197
This commit is contained in:
Stephen Wilson 2010-07-12 21:34:37 +00:00
parent ab058b83e0
commit 1a8c928a24
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ struct Elf32_Ehdr {
Elf32_Half e_shentsize; // Size of an entry in the section header table
Elf32_Half e_shnum; // Number of entries in the section header table
Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
bool checkMagic () const {
bool checkMagic() const {
return (memcmp (e_ident, ElfMagic, strlen (ElfMagic))) == 0;
}
unsigned char getFileClass () const { return e_ident[4]; }