projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989eb88
)
Tick is signed, so make Event start be large and positive,
author
Nathan Binkert
<binkertn@umich.edu>
Thu, 8 Jul 2004 20:02:37 +0000
(16:02 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Thu, 8 Jul 2004 20:02:37 +0000
(16:02 -0400)
not negative
--HG--
extra : convert_revision :
96be42a30fc0bd59eaff1d19161d881cab3895ae
base/stats/events.cc
patch
|
blob
|
history
diff --git
a/base/stats/events.cc
b/base/stats/events.cc
index ed25e2423bef285bf457fc50d917a7a0bc9909ad..771927564715516f653313a9c6bfde205faf4d4a 100644
(file)
--- a/
base/stats/events.cc
+++ b/
base/stats/events.cc
@@
-45,7
+45,7
@@
using namespace std;
namespace Stats {
-Tick EventStart = ULL(0x
f
fffffffffffffff);
+Tick EventStart = ULL(0x
7
fffffffffffffff);
vector<string> event_ignore;
vector<vector<string> > ignore_tokens;