BUG: Fix bug introduced by workaround to warning.

This commit is contained in:
Brad King 2008-03-02 16:31:06 -05:00
parent f42c3de1d7
commit 78d27ce7a6
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ private:
(eti >= ET_LOPROC && eti <= ET_HIPROC)))
{
cmELFByteSwap(et);
eti = static_cast<unsigned int>(et);
if(eti == ET_NONE || eti == ET_REL || eti == ET_EXEC ||
eti == ET_DYN || eti == ET_CORE ||
(eti >= ET_LOOS && eti <= ET_HIOS) ||