mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 06:50:49 +00:00
TMS320: remove 64 from asm plugins bits
This commit is contained in:
parent
8f40890bd7
commit
cef957b20d
@ -47,7 +47,7 @@ RAsmPlugin r_asm_plugin_tms320 = {
|
||||
.cpus = "c54x,c55x,c55x+",
|
||||
.desc = "TMS320 DSP family disassembly plugin",
|
||||
.license = "LGPLv3",
|
||||
.bits = 32|64,
|
||||
.bits = 32,
|
||||
.init = tms320_init,
|
||||
.fini = tms320_fini,
|
||||
.disassemble = tms320_disassemble,
|
||||
|
Loading…
Reference in New Issue
Block a user