Fix format.c for recent file name change
This commit is contained in:
4
format.c
4
format.c
@@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
#define FD_DECODE_TABLE_STRTAB1
|
#define FD_DECODE_TABLE_STRTAB1
|
||||||
static const char* _mnemonic_str =
|
static const char* _mnemonic_str =
|
||||||
#include <decode-table.inc>
|
#include <fadec-decode-table.inc>
|
||||||
;
|
;
|
||||||
#undef FD_DECODE_TABLE_STRTAB1
|
#undef FD_DECODE_TABLE_STRTAB1
|
||||||
|
|
||||||
#define FD_DECODE_TABLE_STRTAB2
|
#define FD_DECODE_TABLE_STRTAB2
|
||||||
static const uint16_t _mnemonic_offs[] = {
|
static const uint16_t _mnemonic_offs[] = {
|
||||||
#include <decode-table.inc>
|
#include <fadec-decode-table.inc>
|
||||||
};
|
};
|
||||||
#undef FD_DECODE_TABLE_STRTAB2
|
#undef FD_DECODE_TABLE_STRTAB2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user