Esempio n. 1
0
        protected override void WriteInitArrayStorageVar(CiVar stmt)
        {
            CiType type = ((CiArrayStorageType)stmt.Type).ElementType;

            if (type != CiByteType.Value && type != CiIntType.Value)
            {
                base.WriteInitArrayStorageVar(stmt);
            }
        }
Esempio n. 2
0
 protected override void WriteInitArrayStorageVar(CiVar stmt)
 {
     CiType type = ((CiArrayStorageType) stmt.Type).ElementType;
     if (type != CiByteType.Value && type != CiIntType.Value)
     base.WriteInitArrayStorageVar(stmt);
 }