From 62d756f253f8ced44d8a054fa229da4b3cce896a Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 21 May 2004 13:39:20 -0400 Subject: rename namespace Statistics to Stats --HG-- extra : convert_revision : 28f1703f8d7d8cf33fb952ae450f66bdba860fb7 --- sim/process.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/process.hh') diff --git a/sim/process.hh b/sim/process.hh index b23302b8f..d235f0ef1 100644 --- a/sim/process.hh +++ b/sim/process.hh @@ -98,7 +98,7 @@ class Process : public SimObject std::string prog_fname; // file name Addr prog_entry; // entry point (initial PC) - Statistics::Scalar<> num_syscalls; // number of syscalls executed + Stats::Scalar<> num_syscalls; // number of syscalls executed protected: -- cgit v1.2.3