diff options
Diffstat (limited to 'src/debug.h')
| -rw-r--r-- | src/debug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/debug.h b/src/debug.h index a6f2b10..7c123a3 100644 --- a/src/debug.h +++ b/src/debug.h @@ -60,9 +60,8 @@ extern int gpgpu_ptx_instruction_classification ; class ptx_thread_info; class ptx_instruction; -bool thread_at_brkpt( void *ptx_thd_info, const struct brk_pt &b ); +bool thread_at_brkpt( ptx_thread_info *thd_info, const struct brk_pt &b ); unsigned read_location( addr_t addr ); void hit_watchpoint( unsigned watchpoint_num, ptx_thread_info *thd, const ptx_instruction *pI ); -void gpgpu_debug(); #endif |
