|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH 05/34] target/tricore: [VADDR] Use target_ulong for EA |
Date: | Wed, 24 Jan 2024 08:29:37 +1000 |
User-agent: | Mozilla Thunderbird |
On 1/20/24 00:39, Anton Johansson wrote:
Prepares target for typedef'ing abi_ptr to vaddr. Fixes sign extension bug that would result from abi_ptr being unsigned in the future. Necessary to make memory access function signatures target agnostic. Signed-off-by: Anton Johansson<anjo@rev.ng> --- target/tricore/op_helper.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |