On 09/05/2023 18.33, Richard Henderson wrote:
Use uint64_t for the pc, and size_t for the size.Signed-off-by: Richard Henderson <[email protected]> Message-Id: <[email protected]> --- include/disas/disas.h | 17 ++++++----------- bsd-user/elfload.c | 5 +++-- disas/disas.c | 19 +++++++++---------- linux-user/elfload.c | 5 +++-- 4 files changed, 21 insertions(+), 25 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
