summaryrefslogtreecommitdiff
path: root/sim/faults.hh
AgeCommit message (Expand)Author
2006-02-27Added isMachineCheckFault and isAlignmentFault virtual functions to the fault...Gabe Black
2006-02-24Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...Gabe Black
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-16Remove fake fault.Kevin Lim
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black