diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cuda-sim/cuda-sim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h index 261d458..96953fb 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -92,8 +92,8 @@ public: } ~functionalCoreSim(){ warp_exit(0); - delete m_liveThreadCount; - delete m_warpAtBarrier; + delete[] m_liveThreadCount; + delete[] m_warpAtBarrier; } //! executes all warps till completion void execute(); |
