From 989eb509545acde831502f16a8a86a95ecf5a84e Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 13 Apr 2022 09:27:08 +0100 Subject: [PATCH] TODO(api): cheri: elfptr_t in public api for unwinder TODO: needs agreement across cheri libcs --- elf/link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/link.h b/elf/link.h index c0f255ae18a..eb2de1bf46c 100644 --- a/elf/link.h +++ b/elf/link.h @@ -160,7 +160,7 @@ enum struct dl_phdr_info { - ElfW(Addr) dlpi_addr; + elfptr_t dlpi_addr; const char *dlpi_name; const ElfW(Phdr) *dlpi_phdr; ElfW(Half) dlpi_phnum; -- 2.47.2