On 31/3/23 16:50, Peter Maydell wrote:
We already pass merge_syn_data_abort() two fields from the
ARMMMUFaultInfo struct, and we're about to want to use a third field.
Refactor to just pass a pointer to the fault info.
Signed-off-by: Peter Maydell
---
target/arm/tcg/tlb_helper.c | 15 +++-
On 3/31/23 07:50, Peter Maydell wrote:
We already pass merge_syn_data_abort() two fields from the
ARMMMUFaultInfo struct, and we're about to want to use a third field.
Refactor to just pass a pointer to the fault info.
Signed-off-by: Peter Maydell
---
target/arm/tcg/tlb_helper.c | 15 +++--