target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope
commitf3185ec2f35e43c06384f5ac5edc4edfbfd11623
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 13 Apr 2021 21:05:02 +0000 (13 23:05 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:35 +0000 (2 16:49 +0200)
tree7f2f49d920cc32ed59baee3c6acac15f07ee92f7
parent920b48cc14fe44a466f7387263993e86b4e21bce
target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope

The 3 map_address() handlers are local to tlb_helper.c,
no need to have their prototype declared publically.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-23-f4bug@amsat.org>
target/mips/internal.h
target/mips/tcg/sysemu/tlb_helper.c