diff options
| author | Mengchi Zhang <[email protected]> | 2017-10-03 11:36:52 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-25 15:22:41 -0400 |
| commit | b4cf66026f66291293c6e11e9c07976f773732fa (patch) | |
| tree | c705af9d06eeef14a19719c4c6c4c7f16957b1e4 /src/cuda-sim/ptx_ir.cc | |
| parent | 82a62207406739bc8597326aa473a99007029d75 (diff) | |
Add lonestar tick support
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index 8ebdcf8..ee36957 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -222,6 +222,7 @@ bool symbol_table::add_function_decl( const char *name, int entry_point, functio } else { *func_info = new function_info(entry_point); (*func_info)->set_name(name); + (*func_info)->set_maxnt_id(0); m_function_info_lookup[key] = *func_info; } |
