diff options
| author | Mahmoud <[email protected]> | 2019-04-25 19:00:15 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-04-25 19:00:15 -0400 |
| commit | 8d5caacf2a4813bb91a35d1d334c5a7578809113 (patch) | |
| tree | 304696fe64de9c6464afeeb6770116b5fb1f52a6 /src/gpgpu-sim/addrdec.cc | |
| parent | d7fd62c23db88a71e1fb327b584504a5270d01e0 (diff) | |
increase stat counter size to long long
Diffstat (limited to 'src/gpgpu-sim/addrdec.cc')
| -rw-r--r-- | src/gpgpu-sim/addrdec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/addrdec.cc b/src/gpgpu-sim/addrdec.cc index c4c0f53..ca88ec9 100644 --- a/src/gpgpu-sim/addrdec.cc +++ b/src/gpgpu-sim/addrdec.cc @@ -419,7 +419,7 @@ void linear_to_raw_address_translation::init(unsigned int n_channel, unsigned in } if(memory_partition_indexing == RANDOM) - srand (time(NULL)); + srand (1); } |
