qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 80/84] disas: Remove target_ulong from the interface


From: Richard Henderson
Subject: Re: [PATCH 80/84] disas: Remove target_ulong from the interface
Date: Tue, 9 May 2023 16:15:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 5/8/23 15:19, Thomas Huth wrote:
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.henderson@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.

Yep, missed that.


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]