aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcodes/ft32-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ft32-dis.c b/opcodes/ft32-dis.c
index 4932975..4c7cac5 100644
--- 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;