Changeset 1f05c83
- Timestamp:
- Jun 15, 2021, 12:16:42 PM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4f1b8f3
- Parents:
- 07033ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.cfa
r07033ce r1f05c83 257 257 for(i; 1~cpus) { 258 258 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); 260 260 } 261 261 }
Note: See TracChangeset
for help on using the changeset viewer.