1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Added an assertion.

committer: mfx <mfx> 981702739 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2001-02-09 07:12:19 +00:00
parent 4d64bd7e66
commit 451487ef80

View File

@ -47,6 +47,7 @@ PackUnix::PackUnix(InputFile *f) :
{
COMPILE_TIME_ASSERT(sizeof(Elf_LE32_Ehdr) == 52);
COMPILE_TIME_ASSERT(sizeof(Elf_LE32_Phdr) == 32);
COMPILE_TIME_ASSERT(sizeof(b_info) == 12);
COMPILE_TIME_ASSERT(sizeof(l_info) == 12);
COMPILE_TIME_ASSERT(sizeof(p_info) == 12);
}