From 8ad2b8c5596b817267fbf7a39e6ce28ffb49789c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 31 Oct 2011 02:58:22 -0700 Subject: SE/FS: Make the functions available from the TC consistent between SE and FS. --- src/cpu/inorder/thread_state.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/inorder/thread_state.hh') diff --git a/src/cpu/inorder/thread_state.hh b/src/cpu/inorder/thread_state.hh index e4fe76491..fc5158d4f 100644 --- a/src/cpu/inorder/thread_state.hh +++ b/src/cpu/inorder/thread_state.hh @@ -86,9 +86,7 @@ class InOrderThreadState : public ThreadState { /** Handles the syscall. */ void syscall(int64_t callnum) { process->syscall(callnum, tc); } -#if FULL_SYSTEM void dumpFuncProfile(); -#endif /** Pointer to the ThreadContext of this thread. */ ThreadContext *tc; -- cgit v1.2.3