target/mips: Move exception management code to exception.c

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-27-f4bug@amsat.org>
This commit is contained in:
Philippe Mathieu-Daudé
2021-04-13 21:40:33 +02:00
parent 6575529b65
commit 8aa52bdc87
6 changed files with 182 additions and 163 deletions
+1
View File
@@ -24,6 +24,7 @@ mips_tcg_ss = ss.source_set()
mips_tcg_ss.add(gen)
mips_tcg_ss.add(files(
'dsp_helper.c',
'exception.c',
'fpu_helper.c',
'ldst_helper.c',
'lmmi_helper.c',