summaryrefslogtreecommitdiff
path: root/src/intersim2/flit.hpp
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2019-08-23 15:33:38 -0400
committerGitHub <[email protected]>2019-08-23 15:33:38 -0400
commit0df569774615120c76fb5f139f8698175a722293 (patch)
treeb8a1ca8e57bffc08db5ed2378990ec53353af11e /src/intersim2/flit.hpp
parent2f5b3332c9b9b3fa9fea43d61276bddb24aa7df2 (diff)
parent963947b33c99143afbb477a6d897245e56695b0b (diff)
Merge pull request #26 from mkhairy/dev
Merging Mahmoud's CUTLASS support and correlation fixes
Diffstat (limited to 'src/intersim2/flit.hpp')
-rw-r--r--src/intersim2/flit.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intersim2/flit.hpp b/src/intersim2/flit.hpp
index fd48306..1c58c68 100644
--- a/src/intersim2/flit.hpp
+++ b/src/intersim2/flit.hpp
@@ -57,8 +57,8 @@ public:
int itime;
int atime;
- int id;
- int pid;
+ unsigned long long id;
+ unsigned long long pid;
bool record;