commit | aebe51538b90f76a9085dbdeccd87f295316a1dd | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jul 23 13:55:05 2021 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Nov 02 07:00:52 2021 -0400 |
tree | f5f68f3c3ef10d7e9e9435e87e8a75e999935f4f | |
parent | c0e0c6fe01e8f2a27b241c226fafb578fd896cb2 [diff] |
target/sparc: Set fault address in sparc_cpu_do_unaligned_access We ought to have been recording the virtual address for reporting to the guest trap handler. Move the function to mmu_helper.c, so that we can re-use code shared with get_physical_address_data. Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>