diff options
author | Erik Hallnor <ehallnor@umich.edu> | 2004-03-04 15:06:34 -0500 |
---|---|---|
committer | Erik Hallnor <ehallnor@umich.edu> | 2004-03-04 15:06:34 -0500 |
commit | 8ad803058f5d1ba5653325b7f66df5e54d070a1e (patch) | |
tree | 5a742f77b1d8362eeb2a72775a189fe9dac20452 /cpu/exec_context.hh | |
parent | b91ea433b9921e07c39d53cec3d37a5fdc9353a9 (diff) | |
parent | 7c089b2001afb93fe51b1a89456b15fd0d00c794 (diff) | |
download | gem5-8ad803058f5d1ba5653325b7f66df5e54d070a1e.tar.xz |
Automerged
--HG--
extra : convert_revision : 7b56535ee32551f27db8d98172159f63e5099835
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r-- | cpu/exec_context.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index a4bbdd484..a72516ac7 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -147,6 +147,18 @@ class ExecContext #endif + /** + * Temporary storage to pass the source address from copy_load to + * copy_store. + * @todo Remove this temporary when we have a better way to do it. + */ + Addr copySrcAddr; + /** + * Temp storage for the physical source address of a copy. + * @todo Remove this temporary when we have a better way to do it. + */ + Addr copySrcPhysAddr; + /* * number of executed instructions, for matching with syscall trace |