From 5e96de01f52b5ea1d32f105dc9b9cee0012c7fdc Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Sun, 13 May 2012 15:15:55 -0800 Subject: Fixing a small bug [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12523] --- libcuda/cuda_runtime_api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index 4cd2031..9bc7c3a 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -1219,7 +1219,7 @@ std::list pruneSectionList(std::list cuobjdu } std::list prunedList; - std::map cuobjdumpSectionMap; + std::map cuobjdumpSectionMap; for ( std::list::iterator iter = cuobjdumpSectionList.begin(); iter != cuobjdumpSectionList.end(); iter++){ -- cgit v1.3