Changeset 64780c1


Ignore:
Timestamp:
Jun 15, 2021, 12:47:32 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
45fde9f
Parents:
4f1b8f3f
Message:

Remove incorrect check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/device/cpu.cfa

    r4f1b8f3f r64780c1  
    253253        }
    254254
    255         #if defined(__CFA_WITH_VERIFY__)
    256                 // Check widths are consistent
    257                 for(i; 1~cpus) {
    258                         for(j; cache_levels) {
    259                                 verifyf(raw[0][j].width == raw[i][j].width, "Unexpected width %u for cpu %u, index %u. Expected %u.", raw[i][j].width, i, j, raw[0][j].width);
    260                         }
    261                 }
    262         #endif
    263 
    264255        return raw;
    265256}
Note: See TracChangeset for help on using the changeset viewer.