summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/thread_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/inorder/thread_state.cc')
-rw-r--r--src/cpu/inorder/thread_state.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/inorder/thread_state.cc b/src/cpu/inorder/thread_state.cc
index b17f05c7d..040e29283 100644
--- a/src/cpu/inorder/thread_state.cc
+++ b/src/cpu/inorder/thread_state.cc
@@ -36,12 +36,9 @@
using namespace TheISA;
-#if FULL_SYSTEM
void
InOrderThreadState::dumpFuncProfile()
{
std::ostream *os = simout.create(csprintf("profile.%s.dat", cpu->name()));
profile->dump(tc, *os);
}
-#endif
-