diff options
| author | Tim Rogers <[email protected]> | 2013-02-07 21:43:33 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:04 -0700 |
| commit | 335cfe1bf2af2626d9c09847b194122d5d0b0399 (patch) | |
| tree | 29ffbbe046aa10069237f6142753ecdcb23b6b90 /src | |
| parent | 18326901673c076332a9439abc12348151dd2389 (diff) | |
Making this const correct
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15211]
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index e1015ab..6be54fb 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1308,7 +1308,7 @@ public: void print( FILE *fout ) const; - std::vector< std::vector<unsigned> >& get_dynamic_warp_issue() + const std::vector< std::vector<unsigned> >& get_dynamic_warp_issue() const { return m_shader_dynamic_warp_issue_distro; } |
