X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fbin%2Felf.h;h=13724eb3b4b8803fde748506dc2531b41339e466;hb=f3d0d7fcf0496a63625c92e5ab95471e202e958e;hp=1ff212819c686d610b57aad528a9ebcda47a45a8;hpb=bf7d1cd5635d41bd7c58bf99c61cdc670291c543;p=tpg%2Facess2.git diff --git a/Kernel/bin/elf.h b/Kernel/bin/elf.h index 1ff21281..13724eb3 100644 --- a/Kernel/bin/elf.h +++ b/Kernel/bin/elf.h @@ -130,9 +130,9 @@ enum { struct sElf32_Phdr { Uint32 Type; - Uint Offset; - Uint VAddr; - Uint PAddr; + Uint32 Offset; + Uint32 VAddr; + Uint32 PAddr; Uint32 FileSize; Uint32 MemSize; Uint32 Flags;