MIPS: Use the CRTP to streamline the Fault class definitions.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 19 Sep 2011 13:17:19 +0000 (06:17 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 19 Sep 2011 13:17:19 +0000 (06:17 -0700)
commit27388c0fe0da3b47e112478c787dd4bc78e32562
treeb6c7d78fe19f06ab463702b4e2198adee592e04e
parent59a5605fff73d3c6ff601fbb3c2ad5802ce0366f
MIPS: Use the CRTP to streamline the Fault class definitions.

CRTP stands for the curiously recurring template pattern.
src/arch/mips/faults.cc
src/arch/mips/faults.hh