Merge pull request #1103 from richardg867/master

Programmatic CPU table improvements
This commit is contained in:
Miran Grča
2020-11-20 01:10:48 +01:00
committed by GitHub
11 changed files with 1271 additions and 533 deletions

View File

@@ -85,6 +85,8 @@
#define IS_ARCH(m, a) (machines[(m)].flags & (a)) ? 1 : 0;
#define MACHINE_MULTIPLIER_FIXED -1, -1
enum {
MACHINE_TYPE_NONE = 0,