diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2011-04-04 11:42:26 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2011-04-04 11:42:26 -0500 |
commit | 5962fecc1d2eaf956f0aab10eee1e0666a461706 (patch) | |
tree | c6ec7d6de4d90399057b09e2287908223e15e970 /src/cpu/thread_state.hh | |
parent | 1114be4b78c0855d96004b9f71c61d4b6a050d3a (diff) | |
download | gem5-5962fecc1d2eaf956f0aab10eee1e0666a461706.tar.xz |
CPU: Remove references to memory copy operations
Diffstat (limited to 'src/cpu/thread_state.hh')
-rw-r--r-- | src/cpu/thread_state.hh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cpu/thread_state.hh b/src/cpu/thread_state.hh index 06707894d..e0edc466e 100644 --- a/src/cpu/thread_state.hh +++ b/src/cpu/thread_state.hh @@ -200,18 +200,6 @@ struct ThreadState { #endif public: - /** - * 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 * points in EIO files. |