Added isMachineCheckFault and isAlignmentFault virtual functions to the fault base...
authorGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 09:02:45 +0000 (04:02 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 09:02:45 +0000 (04:02 -0500)
commit07cd7e966e6ee6715345b2f6ed2d4ea849fc7a36
tree0fc532ca76620495d20eeb4fd416176acf4954d9
parentf9c2b9e74fc459dc221035cb98e2a2e6a1540f9f
Added isMachineCheckFault and isAlignmentFault virtual functions to the fault base class, and replaced the isA templated function with them where appropriate.

arch/alpha/ev5.cc:
cpu/simple/cpu.cc:
    Changed from the isA templated function to isMachineCheckFault and isAlignmentFault
sim/faults.hh:
    Added isMachineCheckFault and isAlignmentFault virtual functions to the fault base class.

--HG--
extra : convert_revision : 3bf3a4369bc24a039648ee4f2a9c1663362ff2e2
arch/alpha/ev5.cc
cpu/simple/cpu.cc
sim/faults.hh