Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with the minor change.
src/AddressSpace.hpp | ||
---|---|---|
391 | I think this would be better as: #if !defined(Elf_Half) typedef ElfW(Half) Elf_Half; #endif #if !defined(Elf_Phdr) typedef ElfW(Phdr) Elf_Phdr; #endif |
I think this would be better as: