Changeset 1f05c83


Ignore:
Timestamp:
Jun 15, 2021, 12:16:42 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:
4f1b8f3f
Parents:
07033ce
Message:

Added more debug to defice/cpu

File:
1 edited

Legend:

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

    r07033ce r1f05c83  
    257257                for(i; 1~cpus) {
    258258                        for(j; cache_levels) {
    259                                 verify(raw[0][j].width == raw[i][j].width);
     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);
    260260                        }
    261261                }
Note: See TracChangeset for help on using the changeset viewer.