mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 06:50:49 +00:00
TMS320: fill cpus field in the RAsmPlugin struct
This commit is contained in:
parent
59c33060af
commit
8f40890bd7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user