[*] QtCore6 crash on Windows 7
This commit is contained in:
parent
6e7cee70e1
commit
abed78a15f
@ -426,7 +426,7 @@ namespace Aurora::Threading
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
WaitState state;
|
WaitState state;
|
||||||
SysAssertDbg(uWordSize < 8);
|
SysAssertDbg(uWordSize <= 8);
|
||||||
auto pWaitEntry = gProcessWaitables.WaitBufferFrom(pTargetAddress, uWordSize);
|
auto pWaitEntry = gProcessWaitables.WaitBufferFrom(pTargetAddress, uWordSize);
|
||||||
state.compare = WaitBuffer::From(pCompareAddress, uWordSize);
|
state.compare = WaitBuffer::From(pCompareAddress, uWordSize);
|
||||||
state.qwNanoseconds = qwNanoseconds ? AuOptionalEx<AuUInt64> { qwNanoseconds.value() } : AuOptionalEx<AuUInt64> {}; // from default/zeroable optional, to boolean suffix
|
state.qwNanoseconds = qwNanoseconds ? AuOptionalEx<AuUInt64> { qwNanoseconds.value() } : AuOptionalEx<AuUInt64> {}; // from default/zeroable optional, to boolean suffix
|
||||||
|
Loading…
Reference in New Issue
Block a user