gem5/cpu/simple_cpu
Steve Reinhardt 89dc94f3bc Make all StaticInst methods const. StaticInst objects represent a
particular binary machine instruction and should be immutable after
they are constructed.

cpu/simple_cpu/simple_cpu.hh:
    Make StaticInst parameters const.

--HG--
extra : convert_revision : e535fa10c842ce173336323f39d9108c1847f8ba
2005-02-25 21:44:33 -05:00
..
simple_cpu.cc Clean up CPU stuff and make it use params structs 2005-02-19 11:46:41 -05:00
simple_cpu.hh Make all StaticInst methods const. StaticInst objects represent a 2005-02-25 21:44:33 -05:00