target/mips: Remove mips_def_t unused argument from mvp_init()
commit585c80ad7bb1bfd62721d03b62424fb1a786f659
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 30 Nov 2020 09:04:39 +0000 (30 10:04 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 19:26:02 +0000 (13 20:26 +0100)
tree635ed6cb5a37fd401179d49503d5b77ba43c4665
parent5f3013654e879bb4b22876617fdb235aa22568d3
target/mips: Remove mips_def_t unused argument from mvp_init()

mvp_init() doesn't require any CPU definition (beside the
information accessible via CPUMIPSState). Remove the unused
argument.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201204222622.2743175-2-f4bug@amsat.org>
target/mips/translate.c
target/mips/translate_init.c.inc