----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1400/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9204:5e585b655efe --------------------------- arm: Use a static_assert to test that miscRegName[] is complete Instead of statically defining miscRegName to contain NUM_MISCREGS elements, let the compiler determine the length of the array. This allows us to use a static_assert to test that all registers are listed in the name vector. Diffs ----- src/arch/arm/miscregs.hh 87967784f101 Diff: http://reviews.gem5.org/r/1400/diff/ Testing ------- Thanks, Ali Saidi _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
