Add missing op description list definition.

This commit is contained in:
Bartosz Taudul 2020-11-07 00:15:58 +01:00
parent a5fd6662be
commit 322cc3bf12
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct MicroArchitecture
extern const char* MicroArchitectureList[];
extern const char* PortList[];
extern const char* OpsList[];
extern const char* OpDescList[];
extern const char* IsaList[];
extern const MicroArchitecture* const MicroArchitectureData[];

View File

@ -36,6 +36,7 @@ struct MicroArchitecture
extern const char* MicroArchitectureList[];
extern const char* PortList[];
extern const char* OpsList[];
extern const char* OpDescList[];
extern const char* IsaList[];
extern const MicroArchitecture* const MicroArchitectureData[];