Searched hist:9256 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/
H A Dmiscregs.hh9256:f14188a5a1d6 Tue Sep 25 12:49:00 EDT 2012 Andreas Sandberg <Andreas.Sandberg@arm.com> 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.

Completed in 29 milliseconds