gem5/arch
Steve Reinhardt 71c2c962db Clean up "using" declarations.
arch/alpha/isa_traits.hh:
    No unprotected "using" in header files.
cpu/simple/cpu.cc:
    Fix ISA namespace "using" statement.

--HG--
extra : convert_revision : 317ea40f8de00748d7613a0116edab05770bdc72
2006-03-12 15:14:07 -05:00
..
alpha Clean up "using" declarations. 2006-03-12 15:14:07 -05:00
mips MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
sparc fix merging issues 2006-03-09 16:17:10 -05:00
isa_parser.py Changes to support automatic renaming of the shadow registers at decode time. This requires using an ExtMachInst (uint64_t) instead of the normal MachInst; the ExtMachInst is packed with extra decode context information. In the case of Alpha, the PAL mode is included. 2006-03-03 15:28:25 -05:00
isa_specific.hh Auto-generate arch/foo.hh "switch headers" in scons. 2006-02-22 22:22:06 -05:00
SConscript Work towards factoring isa_traits.hh into smaller, more specialized files. 2006-03-10 19:11:27 -05:00