summaryrefslogtreecommitdiff
path: root/src/intersim2/flit.hpp
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-06-27 18:15:28 -0400
committerMahmoud <[email protected]>2019-06-27 18:15:28 -0400
commitb40c38d7e4d711b818718ae6e291ce6c108392ec (patch)
tree0c4b63f2ba31391c52d0b17c3613087dec3c1744 /src/intersim2/flit.hpp
parent44ba06730c4e14681eb285e01930148fdd8fabbb (diff)
fixing the booksim id buffer flip assertion
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;