diff options
| author | Tim Rogers <[email protected]> | 2018-10-05 12:18:05 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-05 12:18:05 -0400 |
| commit | 2f2345eef7e40e2fcd0cf5558adfa0fd4ff728d1 (patch) | |
| tree | b4f1f1e3f110e58197c435228ad7d4f011cda0cd /src/gpgpu-sim/dram.h | |
| parent | 3ed4c7d70a8ce94eb6b5bbccdac15b35c76f54e0 (diff) | |
| parent | c246c12dffa6683a1fe61ad3a311cce8b1c1cbbf (diff) | |
Merge pull request #66 from pigrew/cleanup-clang-warnings
Cleanup clang warnings
Diffstat (limited to 'src/gpgpu-sim/dram.h')
| -rw-r--r-- | src/gpgpu-sim/dram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index a8bff14..15c63e7 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -87,7 +87,7 @@ struct bank_t unsigned int bkgrpindex; }; -struct mem_fetch; +class mem_fetch; class dram_t { @@ -178,7 +178,7 @@ private: unsigned int ave_mrqs_partial; unsigned int bwutil_partial; - struct memory_stats_t *m_stats; + class memory_stats_t *m_stats; class Stats* mrqq_Dist; //memory request queue inside DRAM friend class frfcfs_scheduler; |
