export restrict modifier

This commit is contained in:
Nikita Smith
2025-03-04 13:26:24 -08:00
parent 4e775d5b6c
commit 5717d6c54c
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -785,6 +785,7 @@ RDI_TypeModifierFlagTable:
{
{Const `1<<0`}
{Volatile `1<<1`}
{Restrict `1<<2`}
}
@table(name type_lhs type_rhs desc)