Added permissions to analyzed sections

This commit is contained in:
2022-10-01 17:21:17 -04:00
parent 07540e0abc
commit e2947eab8c
4 changed files with 20 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ func (analyzer *AnalysisOperation) resolvePrimitive (
case "U16": section = &PrimitiveU16
case "U32": section = &PrimitiveU32
case "U64": section = &PrimitiveU64
case "Objt": section = &PrimitiveObjt
case "Obj": section = &PrimitiveObj
case "Face": section = &PrimitiveFace
case "Func": section = &PrimitiveFunc
case "String": section = &BuiltInString