meson,parseinstrs: Make decode and encode optional

This commit is contained in:
Alexis Engelke
2022-02-20 17:15:21 +01:00
parent 87fe6314b8
commit 2fd83903cf
8 changed files with 62 additions and 42 deletions

View File

@@ -46,7 +46,7 @@ typedef int64_t FeOp;
enum {
#define FE_MNEMONIC(name,value) name = value,
#include <fadec-enc-mnems.inc>
#include <fadec-encode-public.inc>
#undef FE_MNEMONIC
FE_MNEM_MAX
};