diff options
| author | Mahmoud <[email protected]> | 2017-07-17 23:20:42 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-07-17 23:20:42 -0400 |
| commit | b806d3a4021a12638e1e67fcd67012dca4b1689e (patch) | |
| tree | 421082f12e285256d4d3015b4b530e0235c0a18c /src/gpgpu-sim/gpu-cache.cc | |
| parent | dcf7e6a8445a5d8e4383add44ca6f5d0d198ab02 (diff) | |
Fixing some typos and adding comments
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-cache.cc b/src/gpgpu-sim/gpu-cache.cc index cfd0dc8..7af7db0 100644 --- a/src/gpgpu-sim/gpu-cache.cc +++ b/src/gpgpu-sim/gpu-cache.cc @@ -868,7 +868,7 @@ data_cache::wr_miss_wa( new_addr_type addr, false, // Now performing a read mf->get_access_warp_mask(), mf->get_access_byte_mask(), - mf->get_access_sector_mask()); + mf->get_access_sector_mask()); mem_fetch *n_mf = new mem_fetch( *ma, NULL, |
