Changeset 3356 for trunk/src


Ignore:
Timestamp:
Jun 5, 2020, 4:09:14 AM (5 years ago)
Author:
bird
Message:

win_get_processor_group_active_mask.c: drop debugbreak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/win_get_processor_group_active_mask.c

    r3354 r3356  
    7070        if (pfnGetLogicalProcessorInformationEx(RelationGroup, &uBuf.Info, &cbBuf))
    7171        {
    72             __debugbreak();
    7372            SetLastError(0);
    7473            if (iGroup < uBuf.Info.Group.MaximumGroupCount)
Note: See TracChangeset for help on using the changeset viewer.