Tick is signed, so make Event start be large and positive,

not negative

--HG--
extra : convert_revision : 96be42a30fc0bd59eaff1d19161d881cab3895ae
This commit is contained in:
Nathan Binkert
2004-07-08 16:02:37 -04:00
parent 989eb88576
commit a8a7ffce6b

View File

@@ -45,7 +45,7 @@ using namespace std;
namespace Stats {
Tick EventStart = ULL(0xffffffffffffffff);
Tick EventStart = ULL(0x7fffffffffffffff);
vector<string> event_ignore;
vector<vector<string> > ignore_tokens;