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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
---
target/arm/tcg/mte_helper.c | 42 +++++++++++++------------------------
1 file changed, 14 insertions(+), 28 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>