Add in exec_context.hh, which is a file for documentation purposes only. It describe...
authorKevin Lim <ktlim@umich.edu>
Fri, 16 Jun 2006 21:19:36 +0000 (17:19 -0400)
committerKevin Lim <ktlim@umich.edu>
Fri, 16 Jun 2006 21:19:36 +0000 (17:19 -0400)
commitdef9ea38b561676a89959882f92d3520a2e0224f
treeea4698e41533a762780b3bb201601c9347dc5f87
parentf4d0f92855a505448ddac4367d5d5c698d1e4282
Add in exec_context.hh, which is a file for documentation purposes only.  It describes the ExecContext interface that the ISA uses to access CPU state.  Also #ifdef Erik's old copy code from the decoder so ExecContext doesn't need his two specific copy functions.

src/arch/alpha/isa/decoder.isa:
    Surround Erik's old copy code with #ifdefs.  This way the copy functions don't need to be included in the ExecContext (until somebody decides to add them back in).

--HG--
extra : convert_revision : 508ca387757a32bb616e5b4b07af17787a76970e
src/arch/alpha/isa/decoder.isa
src/cpu/exec_context.hh [new file with mode: 0644]