diff options
Diffstat (limited to 'src/cuda-sim/ptx_parser.cc')
| -rw-r--r-- | src/cuda-sim/ptx_parser.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc index c4486a2..1081c3c 100644 --- a/src/cuda-sim/ptx_parser.cc +++ b/src/cuda-sim/ptx_parser.cc @@ -68,8 +68,8 @@ extern "C" int ptx_error( const char *s ); extern int ptx_lineno; -static const struct shader_core_config *g_shader_core_config; -void set_ptx_warp_size(const struct shader_core_config * warp_size) +static const struct core_config *g_shader_core_config; +void set_ptx_warp_size(const struct core_config * warp_size) { g_shader_core_config=warp_size; } |
