On 7/9/23 18:03, Peter Maydell wrote:
The allocation_tag_mem() function takes an argument tag_size,
but it never uses it. Remove the argument. In mte_probe_int()
in particular this also lets us delete the code computing
the value we were passing in.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
---
target/arm/tcg/mte_helper.c | 42 +++++++++++++------------------------
1 file changed, 14 insertions(+), 28 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>