TMS320: fill cpus field in the RAsmPlugin struct

This commit is contained in:
Ilya V. Matveychikov 2014-02-06 11:02:08 +04:00
parent 59c33060af
commit 8f40890bd7

View File

@ -44,6 +44,7 @@ static int tms320_fini(void * user)
RAsmPlugin r_asm_plugin_tms320 = {
.name = "tms320",
.arch = "tms320",
.cpus = "c54x,c55x,c55x+",
.desc = "TMS320 DSP family disassembly plugin",
.license = "LGPLv3",
.bits = 32|64,