HalpInterruptIsDeferredErrorSupported

BOOL __stdcall HalpInterruptIsDeferredErrorSupported(){
  CHAR CpuInfo; 
  BOOL result; 
  unsigned int v2; 
  int v3; 

  LOBYTE(v2) = 0;
  CpuInfo = HalpGetCpuInfo(0i64, 0i64, 0i64, (UINT8 *)&v2);
  result = 0;
  if( ((unsigned __int8)v2 & (unsigned __int8)-(CpuInfo != 0)) == 1 && *(_DWORD *)(Controller + 216) == 2 )
  {
    v2 = *(_DWORD *)(Controller + 232);
    v3 = -8;
    if( HalpInterruptFindLines(&v2) )
      return 1;
  }
  return result;
}

Referenced by:

HalpIsCmciImplemented