gem5/arch
Gabe Black 07cd7e966e 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
2006-02-27 04:02:45 -05:00
..
alpha Added isMachineCheckFault and isAlignmentFault virtual functions to the fault base class, and replaced the isA templated function with them where appropriate. 2006-02-27 04:02:45 -05:00
mips Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 2006-02-24 08:52:38 -05:00
sparc Create a Builder object for .isa files in arch/SConscript. 2006-02-23 14:31:15 -05:00
isa_parser.py Enable building only selected CPU models via new scons 2006-02-23 17:00:29 -05:00
isa_specific.hh Auto-generate arch/foo.hh "switch headers" in scons. 2006-02-22 22:22:06 -05:00
SConscript Enable building only selected CPU models via new scons 2006-02-23 17:00:29 -05:00