mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
Fix for clang-format parsing error
This commit is contained in:
parent
e22b403744
commit
171e5c1354
2 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
static insn_head_t c55x_list[] = {
|
||||
{
|
||||
.byte = 0x00,
|
||||
.size = 0x03,
|
||||
|
|
@ -3970,3 +3971,4 @@
|
|||
.syntax = NULL,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1137,9 +1137,8 @@ int tms320_dasm(tms320_dasm_t * dasm, const ut8 * stream, int len)
|
|||
return full_insn_size(dasm);
|
||||
}
|
||||
|
||||
static insn_head_t c55x_list[] = {
|
||||
# include "c55x/table.h"
|
||||
};
|
||||
// insn_head_t c55x_list[]
|
||||
#include "c55x/table.h"
|
||||
|
||||
int tms320_dasm_init(tms320_dasm_t * dasm) {
|
||||
int i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue