summaryrefslogtreecommitdiff
path: root/src/mem/ruby/profiler/StoreTrace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/profiler/StoreTrace.cc')
-rw-r--r--src/mem/ruby/profiler/StoreTrace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/profiler/StoreTrace.cc b/src/mem/ruby/profiler/StoreTrace.cc
index c3c1f8a19..40bf2e7b6 100644
--- a/src/mem/ruby/profiler/StoreTrace.cc
+++ b/src/mem/ruby/profiler/StoreTrace.cc
@@ -33,7 +33,7 @@ using namespace std;
bool StoreTrace::s_init = false; // Total number of store lifetimes of
// all lines
-int64_t StoreTrace::s_total_samples = 0; // Total number of store
+int64 StoreTrace::s_total_samples = 0; // Total number of store
// lifetimes of all lines
Histogram* StoreTrace::s_store_count_ptr = NULL;
Histogram* StoreTrace::s_store_first_to_stolen_ptr = NULL;