projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57ed36
)
Fix Wlto-type-mismatch in opcodes/ft32-dis.c
author
Tom de Vries
<tdevries@suse.de>
Thu, 3 Aug 2023 08:48:39 +0000
(09:48 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 3 Aug 2023 08:48:58 +0000
(09:48 +0100)
opcodes/ft32-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/ft32-dis.c
b/opcodes/ft32-dis.c
index 493297549bf6dc1787b717d0dae388385e61f223..4c7cac5968df8667c1cf785587aa3cc9b27bcb54 100644
(file)
--- a/
opcodes/ft32-dis.c
+++ b/
opcodes/ft32-dis.c
@@
-27,7
+27,7
@@
#include "opcode/ft32.h"
#include "disassemble.h"
-extern const ft32_opc_info_t ft32_opc_info[
128
];
+extern const ft32_opc_info_t ft32_opc_info[];
static fprintf_ftype fpr;
static void *stream;