Include ability to copy all misc regs.
authorKevin Lim <ktlim@umich.edu>
Wed, 8 Mar 2006 20:10:47 +0000 (15:10 -0500)
committerKevin Lim <ktlim@umich.edu>
Wed, 8 Mar 2006 20:10:47 +0000 (15:10 -0500)
commit77e40756b723e6cf18462bbb15653792b5c90346
treed4085e98e80593a0b3bf1ea20dacebf4c7b14158
parent67732a7b2816929e41a52998c25eb008217041a5
Include ability to copy all misc regs.

arch/alpha/ev5.cc:
    Include function for the MiscRegFile to copy all of the Iprs from an ExecContext.
arch/alpha/isa_traits.hh:
    Include functions to copy MiscRegs from an ExecContext.
cpu/cpu_exec_context.cc:
    Be sure to copy all of the misc regs when copying all architectural state.

--HG--
extra : convert_revision : cb948b5ff141ea0f739a1016f98236bd2a512f76
arch/alpha/ev5.cc
arch/alpha/isa_traits.hh
cpu/cpu_exec_context.cc