Skip to content

Commit

Permalink
target/tricore: Add disas
Browse files Browse the repository at this point in the history
this are the changes from volumit
(https://github.com/volumit/qemu/commits/master) compacted into one
patch.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
  • Loading branch information
bkoppelmann committed Jun 23, 2023
1 parent 53217ec commit a507a8c
Show file tree
Hide file tree
Showing 6 changed files with 5,392 additions and 0 deletions.
1 change: 1 addition & 0 deletions disas/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ common_ss.add(when: 'CONFIG_NIOS2_DIS', if_true: files('nios2.c'))
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_TRICORE_DIS', if_true: files('tricore.c'))
common_ss.add(when: 'CONFIG_XTENSA_DIS', if_true: files('xtensa.c'))
common_ss.add(when: capstone, if_true: [files('capstone.c'), capstone])
common_ss.add(files('disas.c'))
Expand Down

0 comments on commit a507a8c

Please sign in to comment.