arch: Make readMiscRegNoEffect const throughout
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 16 Feb 2015 08:33:28 +0000 (03:33 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 16 Feb 2015 08:33:28 +0000 (03:33 -0500)
commitd0e1b8a19c6d58a49e5288938e9b12f3f10b9f51
treef990864e7fb9ffaf11e3895e8337737941390aa2
parent07ce60bdfa57eedf00f533704b5a2da3fa01b553
arch: Make readMiscRegNoEffect const throughout

Finally took the plunge and made this apply to all ISAs, not just ARM.
18 files changed:
src/arch/alpha/isa.cc
src/arch/alpha/isa.hh
src/arch/mips/isa.cc
src/arch/mips/isa.hh
src/arch/power/isa.hh
src/arch/sparc/isa.cc
src/arch/sparc/isa.hh
src/arch/x86/isa.cc
src/arch/x86/isa.hh
src/cpu/checker/cpu.hh
src/cpu/checker/thread_context.hh
src/cpu/minor/exec_context.hh
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/o3/thread_context.hh
src/cpu/simple/base.hh
src/cpu/simple_thread.hh
src/cpu/thread_context.hh