On 10/25/24 03:48, Ido Plat wrote:
Pass the stage size to step function callback,
otherwise do_setm would hang when size is larger then page size because stage
size would underflow.
This fix changes do_setm to be more inline with do_setp.
Fixes: 0e92818887dee ("target/arm: Implement the SET* instructions")
Signed-off-by: Ido Plat<ido.pl...@ibm.com>
---
target/arm/tcg/helper-a64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fixes: 0e92818887d ("target/arm: Implement the SET* instructions")
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~