vbox的更動 59749 路徑 trunk/src/VBox/Runtime
- 時間撮記:
- 2016-2-19 下午11:53:20 (9 年 以前)
- 位置:
- trunk/src/VBox/Runtime
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器