Skip to content

Commit

Permalink
include/exec: typedef abi_ptr to vaddr
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20240119144024.14289-11-anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
Anton Johansson authored and rth7680 committed Jan 28, 2024
1 parent 85c19af commit f7ee94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/exec/cpu_ldst.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ static inline bool guest_range_valid_untagged(abi_ulong start, abi_ulong len)
h2g_nocheck(x); \
})
#else
typedef target_ulong abi_ptr;
#define TARGET_ABI_FMT_ptr TARGET_FMT_lx
typedef vaddr abi_ptr;
#define TARGET_ABI_FMT_ptr VADDR_PRIx
#endif

uint32_t cpu_ldub_data(CPUArchState *env, abi_ptr ptr);
Expand Down

0 comments on commit f7ee94f

Please sign in to comment.