Updated readmes

This commit is contained in:
2023-07-15 23:38:53 -04:00
parent 805e69bb40
commit 79c3459f08
6 changed files with 108 additions and 31 deletions

View File

@ -2798,13 +2798,13 @@ namespace gen
uw ArrSpecs_Cap =
(
AST_POD_Size
- sizeof(AST*) * 4
- sizeof(AST*) * 3
- sizeof(StringCached)
- sizeof(CodeT)
- sizeof(ModuleFlag)
- sizeof(u32)
- sizeof(s32)
)
/ sizeof(SpecifierT);
/ sizeof(SpecifierT) -1; // -1 for 4 extra bytes
union {
struct