diff options
Diffstat (limited to 'sim/process.hh')
-rw-r--r-- | sim/process.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/process.hh b/sim/process.hh index b23302b8f..bd6adc55c 100644 --- a/sim/process.hh +++ b/sim/process.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2001-2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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: |