From e80ebc308f0e926d2965ddfb37e6d30e14c8c3da Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Feb 2012 02:05:31 -0800 Subject: SE/FS: Record the system pointer all the time for the simple CPU. This pointer was only being stored in code that came from SE mode. The system pointer is always meaningful and available, so it should always be stored. --- src/cpu/simple_thread.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/simple_thread.hh') diff --git a/src/cpu/simple_thread.hh b/src/cpu/simple_thread.hh index 39cb96c3a..b6dc8f047 100644 --- a/src/cpu/simple_thread.hh +++ b/src/cpu/simple_thread.hh @@ -137,8 +137,8 @@ class SimpleThread : public ThreadState TheISA::TLB *_itb, TheISA::TLB *_dtb, bool use_kernel_stats = true); // SE - SimpleThread(BaseCPU *_cpu, int _thread_num, Process *_process, - TheISA::TLB *_itb, TheISA::TLB *_dtb); + SimpleThread(BaseCPU *_cpu, int _thread_num, System *_system, + Process *_process, TheISA::TLB *_itb, TheISA::TLB *_dtb); SimpleThread(); -- cgit v1.2.3