Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions librz/arch/isa/tms320/c55_ir.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ extern "C" {
* descriptor but reuses the engine, IR and primitives.
*
* An arch may skip the decode engine and fill \ref C55Insn from its own
* front-end while still using the consumers and primitives -- this is how a
* future C64x RzIL lifter would attach to capstone's existing C64x disassembler
* (C64x has disasm but no IL yet), so the decode-table fields of \ref C55ArchDesc
* are optional.
* front-end while still using the consumers and primitives, so the
* decode-table fields of \ref C55ArchDesc are optional.
*/

/** Family member (so shared code can special-case where unavoidable). */
Expand Down Expand Up @@ -369,8 +367,8 @@ typedef struct {
* The arch extension point. Adding C54x = providing one of these; C55x/C55x+
* each provide one but share id/register/mnemonic tables. The decode fields
* (\ref table .. \ref insn_len) are optional: an arch may instead fill
* \ref C55Insn from its own front-end (e.g. capstone for a future C64x lifter)
* and still use the consumers and primitives.
* \ref C55Insn from its own front-end and still use the consumers and
* primitives.
*/
typedef struct c55_arch_desc_t {
C55Arch arch; ///< family member
Expand Down
289 changes: 0 additions & 289 deletions librz/arch/isa/tms320/c64x/c64x.c

This file was deleted.

37 changes: 0 additions & 37 deletions librz/arch/isa/tms320/c64x/c64x.h

This file was deleted.

Loading
Loading