summaryrefslogtreecommitdiff
path: root/src/intersim2/flit.hpp
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-08-26 14:56:00 -0400
committertgrogers <[email protected]>2019-08-26 14:56:00 -0400
commitfd91575e7dcc40653ea0279ef33d845d1d473ffa (patch)
tree759a1a2ac29e137a6541d998656be9c86d426136 /src/intersim2/flit.hpp
parent841bb925e7ff06d7165f14fe2d1fce6561ab29b9 (diff)
parent0df569774615120c76fb5f139f8698175a722293 (diff)
Merge branch 'dev' of github.com:purdue-aalp/gpgpu-sim_distribution into dev
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;