target/sh4: Remove unused 'int access_type' argument
commit31ffda71338348915f54e997edc12d9e30425438
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 27 Jan 2021 23:04:20 +0000 (28 00:04 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 6 Mar 2021 15:18:42 +0000 (6 16:18 +0100)
tree3c9e05ba0ca0ca646de320d96ab759bba97eeaef
parent53e047c2db0aba27e873c99bc789120157548203
target/sh4: Remove unused 'int access_type' argument

get_mmu_address() and get_physical_address() don't use their
'int access_type' argument: remove it along with ACCESS_INT
in superh_cpu_tlb_fill().

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/sh4/helper.c