Skip to content

Commit

Permalink
target/mips: Extract MXU code to new mxu_translate.c file
Browse files Browse the repository at this point in the history
Extract 1600+ lines from the big translate.c into a new file.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210226093111.3865906-14-f4bug@amsat.org>
  • Loading branch information
philmd committed Mar 13, 2021
1 parent fe35ea9 commit b24db6f
Show file tree
Hide file tree
Showing 3 changed files with 1,613 additions and 1,605 deletions.
4 changes: 4 additions & 0 deletions target/mips/meson.build
Expand Up @@ -24,6 +24,10 @@ mips_tcg_ss.add(files(
'translate.c',
'translate_addr_const.c',
))
mips_tcg_ss.add(when: 'TARGET_MIPS64', if_false: files(
'mxu_translate.c',
))

mips_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'))

mips_softmmu_ss = ss.source_set()
Expand Down

0 comments on commit b24db6f

Please sign in to comment.