Quick Updates

svn path=/trunk/boinc/; revision=23291
This commit is contained in:
Rom Walton 2011-03-29 16:50:23 +00:00
parent 1d2ecd8223
commit 1fddbea7d6
1 changed files with 5 additions and 2 deletions

View File

@ -539,8 +539,11 @@ void COPROCS::get(
ati.get(use_all, descs, warnings, ignore_ati_dev);
}
#endif
if (setjmp(resume)) {
warnings.push_back("Caught SIGSEGV in OpenCL detection");
} else {
get_opencl(use_all, warnings);
}
signal(SIGSEGV, old_sig);
#endif
}