summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/mem_fetch.h
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2018-10-05 12:18:05 -0400
committerGitHub <[email protected]>2018-10-05 12:18:05 -0400
commit2f2345eef7e40e2fcd0cf5558adfa0fd4ff728d1 (patch)
treeb4f1f1e3f110e58197c435228ad7d4f011cda0cd /src/gpgpu-sim/mem_fetch.h
parent3ed4c7d70a8ce94eb6b5bbccdac15b35c76f54e0 (diff)
parentc246c12dffa6683a1fe61ad3a311cce8b1c1cbbf (diff)
Merge pull request #66 from pigrew/cleanup-clang-warnings
Cleanup clang warnings
Diffstat (limited to 'src/gpgpu-sim/mem_fetch.h')
-rw-r--r--src/gpgpu-sim/mem_fetch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/mem_fetch.h b/src/gpgpu-sim/mem_fetch.h
index c89edbb..de98748 100644
--- a/src/gpgpu-sim/mem_fetch.h
+++ b/src/gpgpu-sim/mem_fetch.h
@@ -55,7 +55,7 @@ public:
unsigned wid,
unsigned sid,
unsigned tpc,
- const class memory_config *config );
+ const struct memory_config *config );
~mem_fetch();
void set_status( enum mem_fetch_status status, unsigned long long cycle );
@@ -141,7 +141,7 @@ private:
static unsigned sm_next_mf_request_uid;
- const class memory_config *m_mem_config;
+ const struct memory_config *m_mem_config;
unsigned icnt_flit_size;
};