summaryrefslogtreecommitdiff
path: root/src/gpu-compute
diff options
context:
space:
mode:
authorTony Gutierrez <anthony.gutierrez@amd.com>2016-09-16 14:47:19 -0400
committerTony Gutierrez <anthony.gutierrez@amd.com>2016-09-16 14:47:19 -0400
commit84f97476880fdce51f50a43f68398610354a4a4a (patch)
tree74f0addffd5c7213154845e80231d11403c70088 /src/gpu-compute
parent68127ca3da543db0c2f3d131d2b3f3525a35ec50 (diff)
downloadgem5-84f97476880fdce51f50a43f68398610354a4a4a.tar.xz
gpu-compute: fix typo in GPUDispatcher
Diffstat (limited to 'src/gpu-compute')
-rw-r--r--src/gpu-compute/dispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/dispatcher.cc b/src/gpu-compute/dispatcher.cc
index 79eb46bbf..2ce96ec34 100644
--- a/src/gpu-compute/dispatcher.cc
+++ b/src/gpu-compute/dispatcher.cc
@@ -400,7 +400,7 @@ GpuDispatcher::setFuncargsSize(int funcargs_size)
}
uint32_t
-GPUDispatcher::getStaticContextSize() const
+GpuDispatcher::getStaticContextSize() const
{
return shader->cuList[0]->wfList[0][0]->getStaticContextSize();
}