added masm language enum and type kind count

This commit is contained in:
Nikita Smith
2024-10-15 16:20:18 -07:00
parent 9535652cfb
commit b1d6ebf77b
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -688,7 +688,8 @@ RDI_LanguageTable:
{NULL 0}
{C 1}
{CPlusPlus 2}
{COUNT 3}
{Masm 3}
{COUNT 4}
}
@enum(RDI_U32) RDI_Language:
@@ -766,6 +767,7 @@ RDI_TypeKindTable:
//-
{Bitfield 0xF000 0 }
{Variadic 0xF001 0 }
{Count 0xF002 0 }
}
@table(name value)