From 464c485d0c7189e886d241ec36294d8d6b7c196e Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 16 Oct 2011 05:06:40 -0700 Subject: SE/FS: Include getMemPort in FS. --- src/cpu/inorder/thread_context.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/inorder') diff --git a/src/cpu/inorder/thread_context.hh b/src/cpu/inorder/thread_context.hh index 2586d9372..9b071ee5d 100644 --- a/src/cpu/inorder/thread_context.hh +++ b/src/cpu/inorder/thread_context.hh @@ -143,12 +143,12 @@ class InOrderThreadContext : public ThreadContext return this->thread->quiesceEvent; } #else - TranslatingPort *getMemPort() { return thread->getMemPort(); } - /** Returns a pointer to this thread's process. */ Process *getProcessPtr() { return thread->getProcessPtr(); } #endif + TranslatingPort *getMemPort() { return thread->getMemPort(); } + VirtualPort *getVirtPort(); FunctionalPort *getPhysPort() { return thread->getPhysPort(); } -- cgit v1.2.3