mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-25 22:43:55 +00:00
Initial Commit
This commit is contained in:
15
thirdparty/capstone/arch/TMS320C64x/TMS320C64xInstPrinter.h
vendored
Normal file
15
thirdparty/capstone/arch/TMS320C64x/TMS320C64xInstPrinter.h
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/* Capstone Disassembly Engine */
|
||||
/* TMS320C64x Backend by Fotis Loukos <me@fotisl.com> 2016 */
|
||||
|
||||
#ifndef CS_TMS320C64XINSTPRINTER_H
|
||||
#define CS_TMS320C64XINSTPRINTER_H
|
||||
|
||||
#include "../../MCInst.h"
|
||||
#include "../../MCRegisterInfo.h"
|
||||
#include "../../SStream.h"
|
||||
|
||||
void TMS320C64x_printInst(MCInst *MI, SStream *O, void *Info);
|
||||
|
||||
void TMS320C64x_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user