VirtualBox

忽略:
時間撮記:
2009-3-24 下午03:19:20 (16 年 以前)
作者:
vboxsync
訊息:

Runtime: don't hide the return code from SUPR3Init()

檔案:
修改 1 筆資料

圖例:

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

    r18095 r18196  
    217217         * (The more time for updates before real use, the better.)
    218218         */
    219         SUPR3Init(NULL);
     219        rc = SUPR3Init(NULL);
     220        if (RT_FAILURE(rc))
     221        {
     222            AssertMsgFailed(("Failed to initializeble the support library, rc=%Rrc!\n", rc));
     223            ASMAtomicWriteBool(&g_fInitializing, false);
     224            ASMAtomicDecS32(&g_cUsers);
     225            return rc;
     226        }
    220227    }
    221228#endif
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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