Skip to content
  • Gábor Szalai's avatar
    Correcting Boolean default length handling · 0cb40f9a
    Gábor Szalai authored
    
    
    The default field length for boolean was not set, when rawAST descriptor
    was generated for boolean types. The default length was set only for integer
    and real at some places.
    
    The fault was unnoticed because the RAW_encoder and decoder treated the 0 as
    the default 1.
    But when the raw offset/lenght was calculated by the compiler the boolean
    fields was treated as zero length field, resulting a faulty offset for TAG fields
    
    Change-Id: I12809fb00cfb60a3fb3f839b2023be16ed631a3a
    Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
    0cb40f9a