Made SICS PSI part compile on OSX Maverick with clang
This commit is contained in:
@ -635,7 +635,7 @@ static int SQStatus(pHistDriver self, SConnection * pCon)
|
||||
COUNTID);
|
||||
if (pCountInt) {
|
||||
status = pCountInt->CheckCountStatus(pInternal->pCounter, pCon);
|
||||
if ((status == HWFault)) {
|
||||
if (status == HWFault) {
|
||||
ReleaseCountLock(pCountInt);
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user