Ignore:
File:
1 edited

Legend:

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

    ra8b0618 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.