]> git.proxmox.com Git - mirror_qemu.git/commit
disas: Remove target_ulong from the interface
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 May 2023 07:23:27 +0000 (08:23 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:49:51 +0000 (09:49 +0100)
commitb6235a759a4552d21c5b68d16c894aa5b96d4b96
tree6eb5dfd90f8fe347183b4cd8762eabfe3167c014
parentf779026478773da05e3f5b4621dddc5c6d6542dc
disas: Remove target_ulong from the interface

Use uint64_t for the pc, and size_t for the size.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230503072331.1747057-81-richard.henderson@linaro.org>
bsd-user/elfload.c
disas/disas.c
include/disas/disas.h
linux-user/elfload.c