From 451487ef80709e4f386c7c5b56ee97c546d2fba8 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 9 Feb 2001 07:12:19 +0000 Subject: [PATCH] Added an assertion. committer: mfx 981702739 +0000 --- src/p_unix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_unix.cpp b/src/p_unix.cpp index 2ef3b782..92fa2428 100644 --- a/src/p_unix.cpp +++ b/src/p_unix.cpp @@ -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); }