Skip to content

Commit

Permalink
watcom/h: Fix Elf64_Phdr layout (#1313)
Browse files Browse the repository at this point in the history
--
Regards ... Detlef
  • Loading branch information
winspool authored Jul 30, 2024
1 parent 64193ed commit b89fd78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bld/watcom/h/exeelf.h
Original file line number Diff line number Diff line change
Expand Up @@ -809,9 +809,9 @@ typedef struct {
Elf64_Off p_offset; // offset of segment from beginnning of file
Elf64_Addr p_vaddr; // segment virtual address
Elf64_Addr p_paddr; // segment physical address
Elf64_Word p_filesz; // size of segment in file
Elf64_Word p_memsz; // size of segment in memory
Elf64_Word p_align; // segment align value (in mem & file)
Elf64_Xword p_filesz; // size of segment in file
Elf64_Xword p_memsz; // size of segment in memory
Elf64_Xword p_align; // segment align value (in mem & file)
} Elf64_Phdr;

// segment types
Expand Down

0 comments on commit b89fd78

Please sign in to comment.