Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disas: Move disas.c to disas/
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230503072331.1747057-80-richard.henderson@linaro.org>
  • Loading branch information
rth7680 committed May 11, 2023
1 parent 692aba8 commit f779026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion disas/meson.build
Expand Up @@ -10,4 +10,6 @@ common_ss.add(when: 'CONFIG_RISCV_DIS', if_true: files('riscv.c'))
common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c'))
common_ss.add(when: 'CONFIG_SPARC_DIS', if_true: files('sparc.c'))
common_ss.add(when: 'CONFIG_XTENSA_DIS', if_true: files('xtensa.c'))
common_ss.add(when: capstone, if_true: files('capstone.c'))
common_ss.add(when: capstone, if_true: [files('capstone.c'), capstone])

specific_ss.add(files('disas.c'), capstone)
3 changes: 0 additions & 3 deletions meson.build
Expand Up @@ -3153,9 +3153,6 @@ specific_ss.add(files('cpu.c'))

subdir('softmmu')

common_ss.add(capstone)
specific_ss.add(files('disas.c'), capstone)

# Work around a gcc bug/misfeature wherein constant propagation looks
# through an alias:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99696
Expand Down

0 comments on commit f779026

Please sign in to comment.