VirtualBox

vbox的更動 59749 路徑 trunk/src/VBox/Runtime


忽略:
時間撮記:
2016-2-19 下午11:53:20 (9 年 以前)
作者:
vboxsync
訊息:

IPRT: build fixes

位置:
trunk/src/VBox/Runtime
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp

    r58282 r59749  
    8585    (PFNRT)ASMAtomicReadU64,
    8686    (PFNRT)ASMAtomicCmpXchgU64,
     87    (PFNRT)ASMBitFirstSet,
    8788    (PFNRT)RTBldCfgRevision,
    8889    (PFNRT)SSL_free,
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r59747 r59749  
    14291429
    14301430                pbRet = (uint8_t *)ASMMemFirstMismatchingU8(pbBuf2 + offStart, cb, bFiller2);
    1431                 if (!(offNonZero - offStart < cb ? pbRet == &pbBuf2[offNonZero] : pbRet == NULL))
    1432                     __debugbreak();
    14331431                RTTESTI_CHECK(offNonZero - offStart < cb ? pbRet == &pbBuf2[offNonZero] : pbRet == NULL);
    14341432
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette