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

/gem5/src/arch/generic/
H A Ddebugfaults.hh8590:aafd1d2e13e3 Tue Sep 27 03:17:00 EDT 2011 Gabe Black <gblack@eecs.umich.edu> Faults: Add in generic faults that work like panics, warns, etc.

These faults take varargs to their constructors which they print into a string
and pass to the M5DebugFault base class. They are basically faults wrapped
around panics, faults, warns, and warnonce-es so that they happen only at
commit.

Completed in 6 milliseconds