summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/mem_fetch.cc
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2018-04-22 23:31:42 -0400
committerNathan Conrad <[email protected]>2018-04-22 23:34:08 -0400
commit373d64290239f3ed74d98b20494383f03fe189b6 (patch)
tree918be07864511a5d7a5fca0be5a75fc4e8b6335e /src/gpgpu-sim/mem_fetch.cc
parentf97a699ea5bee0a9df79afec40c0142d7ff8c5be (diff)
Some classes were referred to as a class and a struct (reported as clang warnings). This makes these consistent.
Diffstat (limited to 'src/gpgpu-sim/mem_fetch.cc')
-rw-r--r--src/gpgpu-sim/mem_fetch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/mem_fetch.cc b/src/gpgpu-sim/mem_fetch.cc
index 580c051..729636d 100644
--- a/src/gpgpu-sim/mem_fetch.cc
+++ b/src/gpgpu-sim/mem_fetch.cc
@@ -39,7 +39,7 @@ 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 )
{
m_request_uid = sm_next_mf_request_uid++;
m_access = access;