diff options
| author | Mahmoud <[email protected]> | 2018-10-16 17:21:13 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-10-16 17:21:13 -0400 |
| commit | b8db00c3d8cfddb37a96b9cf2f308a67db4d319d (patch) | |
| tree | 4abf17acab64630f3a099d82e0cd8250c54d7b5f /src/gpgpu-sim/mem_fetch.cc | |
| parent | 0ef9dd933747c118b023ff7a3ee6b054a19eaacf (diff) | |
| parent | 74c939d205c0eff341f80f5867183dfa3e70c114 (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'src/gpgpu-sim/mem_fetch.cc')
| -rw-r--r-- | src/gpgpu-sim/mem_fetch.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgpu-sim/mem_fetch.cc b/src/gpgpu-sim/mem_fetch.cc index c05a693..a260a35 100644 --- a/src/gpgpu-sim/mem_fetch.cc +++ b/src/gpgpu-sim/mem_fetch.cc @@ -39,9 +39,10 @@ mem_fetch::mem_fetch( const mem_access_t &access, unsigned wid, unsigned sid, unsigned tpc, - const class memory_config *config, + const struct memory_config *config, mem_fetch *m_original_mf, mem_fetch *m_original_wr_mf) + { m_request_uid = sm_next_mf_request_uid++; m_access = access; |
