VirtualBox

忽略:
時間撮記:
2011-5-2 上午11:02:23 (14 年 以前)
作者:
vboxsync
訊息:

VBoxNetAdp: Fixed releasing unit in non-strict/-debug builds.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c

    r35824 r36907  
    10881088DECLINLINE(void) vboxNetAdpReleaseUnit(int iUnit)
    10891089{
    1090     Assert(ASMAtomicBitTestAndClear(g_aUnits, iUnit));
     1090    bool fSet = ASMAtomicBitTestAndClear(g_aUnits, iUnit);
     1091    Assert(fSet);
    10911092}
    10921093
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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