Home
last modified time | relevance | path

Searched hist:be617b44fef9747f0529234ad4d1dfbc88971e30 (Results 1 – 1 of 1) sorted by relevance

/qemu/target/sh4/
H A Dhelper.cbe617b44fef9747f0529234ad4d1dfbc88971e30 Wed Jan 27 23:09:23 UTC 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/sh4: Let get_physical_address() use MMUAccessType access_type

superh_cpu_tlb_fill() already provides a access_type variable of
type MMUAccessType, and it is passed along, but casted as integer
and renamed 'rw'.
Simply replace 'int rw' by 'MMUAccessType access_type'.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210127232151.3523581-5-f4bug@amsat.org>