target/mips: Do not include CP0 helpers in user-mode emulation
commit55671f80cbb011343cf5786186daed600fcfab4f
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 9 Nov 2020 08:41:24 +0000 (9 09:41 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 18:58:54 +0000 (13 19:58 +0100)
treeed7c99da373f79802fad301fb5db724a9451bbdd
parent547b9b17f9cbe7bc16db73f4aaceeead54c03f29
target/mips: Do not include CP0 helpers in user-mode emulation

CP0 helpers are restricted to system-mode emulation.
Do not intent do build cp0_helper.c in user-mode (this
allows to simplify some #ifdef'ry).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Huacai Chen <chenhc@lemote.com>
Message-Id: <20201109090422.2445166-3-f4bug@amsat.org>
target/mips/cp0_helper.c
target/mips/meson.build