initial support for SPR

This commit is contained in:
JanLJL
2024-03-06 00:52:06 +01:00
parent 3435641451
commit 764b22cebe
5 changed files with 5952 additions and 19 deletions

View File

@@ -303,6 +303,7 @@ class MachineModel(object):
"cfl": "x86",
"icl": "x86",
"icx": "x86",
"spr": "x86",
}
arch = arch.lower()
if arch in arch_dict: