diff options
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. |