diff options
| author | Roland Green <[email protected]> | 2019-08-26 15:14:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-26 15:14:22 -0400 |
| commit | b88c9e9a545960b7fcc1c373b60005612296158b (patch) | |
| tree | 1e32c07e932b3d3cc6b977e29a1327274f4f29a8 /src/intersim2/flit.hpp | |
| parent | 2a6788b59055b5ce694882a282af0cc6311854d4 (diff) | |
| parent | 6be23a1b36a3311c7dafc45a5e692e38cb351337 (diff) | |
Merge branch 'dev' into fix_warnings
Diffstat (limited to 'src/intersim2/flit.hpp')
| -rw-r--r-- | src/intersim2/flit.hpp | 4 |
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; |
