summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-05-12 15:04:22 -0700
committersspenst <[email protected]>2016-05-12 15:04:22 -0700
commit41e327c4521fbb3a341b211666a2c90529091532 (patch)
treeb694b6881d92f49d78c7ab674c45e83889f23fba
parentb5c7639bc486640db2525d1c35877c7f6cad1377 (diff)
parentb27f110d3ca92f7af869b298105ae014581367e9 (diff)
Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution into dev
-rw-r--r--libcuda/cuda_runtime_api.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc
index eed4017..496d83c 100644
--- a/libcuda/cuda_runtime_api.cc
+++ b/libcuda/cuda_runtime_api.cc
@@ -1525,7 +1525,7 @@ cuobjdumpPTXSection* findPTXSectionInList(std::list<cuobjdumpSection*> sectionli
){
cuobjdumpPTXSection* ptxsection;
if((ptxsection=dynamic_cast<cuobjdumpPTXSection*>(*iter)) != NULL){
- if(ptxsection->getIdentifier() == identifier)
+ //if(ptxsection->getIdentifier() == identifier)
return ptxsection;
}
}