gem5/arch/alpha/isa
Gabe Black 00f451cc02 Some changes which weren't needed before doing a bk pull were needed afterwards, for some reason.
arch/alpha/ev5.cc:
    Took out the unnecessary check for a null Fault pointer.
arch/alpha/isa/mem.isa:
    Changed Fault to Fault *, and removed underscores from fault names.

--HG--
extra : convert_revision : 367a58a375f911185ddcc5fc826034af96427461
2006-02-16 02:08:13 -05:00
..
branch.isa Split Alpha ISA description into multiple files 2006-02-09 23:02:38 -05:00
decoder.isa Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
fp.isa Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
int.isa Split Alpha ISA description into multiple files 2006-02-09 23:02:38 -05:00
main.isa Merge gblack@m5.eecs.umich.edu:/bk/multiarch 2006-02-16 01:25:48 -05:00
mem.isa Some changes which weren't needed before doing a bk pull were needed afterwards, for some reason. 2006-02-16 02:08:13 -05:00
pal.isa Add keyword parameters and list-valued arguments to 2006-02-11 15:11:00 -05:00
unimp.isa Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
unknown.isa Changed the fault enum into a class, and fixed everything up to work with it. Next, the faults need to be pulled out of all the other code so that they are only used to communicate between the CPU and the ISA. 2006-02-16 01:22:51 -05:00
util.isa Split Alpha ISA description into multiple files 2006-02-09 23:02:38 -05:00