On 03/05/2023 09.23, Richard Henderson wrote:
Use uint64_t for the pc, and size_t for the size.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/disas/disas.h | 17 ++++++----------- disas/disas.c | 19 +++++++++---------- linux-user/elfload.c | 5 +++-- 3 files changed, 18 insertions(+), 23 deletions(-)
You also have to update lookup_symbolxx in bsd-user/elfload.c, I think. Thomas