Changeset 59749 in vbox
- Timestamp:
- Feb 19, 2016 11:53:20 PM (9 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
r58282 r59749 85 85 (PFNRT)ASMAtomicReadU64, 86 86 (PFNRT)ASMAtomicCmpXchgU64, 87 (PFNRT)ASMBitFirstSet, 87 88 (PFNRT)RTBldCfgRevision, 88 89 (PFNRT)SSL_free, -
trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
r59747 r59749 1429 1429 1430 1430 pbRet = (uint8_t *)ASMMemFirstMismatchingU8(pbBuf2 + offStart, cb, bFiller2); 1431 if (!(offNonZero - offStart < cb ? pbRet == &pbBuf2[offNonZero] : pbRet == NULL))1432 __debugbreak();1433 1431 RTTESTI_CHECK(offNonZero - offStart < cb ? pbRet == &pbBuf2[offNonZero] : pbRet == NULL); 1434 1432
Note:
See TracChangeset
for help on using the changeset viewer.