VirtualBox

忽略:
時間撮記:
2008-11-4 下午10:52:12 (16 年 以前)
作者:
vboxsync
訊息:

VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/SELMAll.cpp

    r13577 r13816  
    10031003#  endif
    10041004
    1005         if (VBOX_FAILURE(rc))
     1005        if (RT_FAILURE(rc))
    10061006        {
    10071007            if (!fTriedAlready)
     
    10221022        /* Reading too much. Could be cheaper than two seperate calls though. */
    10231023        rc = PGMPhysSimpleReadGCPtr(pVM, &tss, GCPtrTss, sizeof(VBOXTSS));
    1024         if (VBOX_FAILURE(rc))
     1024        if (RT_FAILURE(rc))
    10251025        {
    10261026            AssertReleaseMsgFailed(("Unable to read TSS structure at %08X\n", GCPtrTss));
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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