• Sergey Vojtovich's avatar
    Fixed compilarion failure on 32bit systems · d30ae14c
    Sergey Vojtovich authored
    Compile time assertion "sizeof(struct st_irem) % sizeof(double) == 0" started
    to fail on 32bit systems after my_thread_id was changed from ulong to int64.
    
    Fixed by added padding to struct st_irem on 32bit systems.
    d30ae14c
safemalloc.c 10.1 KB