VirtualBox

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

VMM: %Vrc -> %Rrc, %Vra -> %Rra.

檔案:
修改 1 筆資料

圖例:

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

    r13816 r13818  
    154154    if (RT_FAILURE(rc))
    155155    {
    156         Log(("EMInterpretDisasOne: Failed to convert %RTsel:%VGv (cpl=%d) - rc=%Vrc !!\n",
     156        Log(("EMInterpretDisasOne: Failed to convert %RTsel:%VGv (cpl=%d) - rc=%Rrc !!\n",
    157157             pCtxCore->cs, pCtxCore->rip, pCtxCore->ss & X86_SEL_RPL, rc));
    158158        return rc;
     
    184184    if (RT_SUCCESS(rc))
    185185        return VINF_SUCCESS;
    186     AssertMsgFailed(("DISCoreOne failed to GCPtrInstr=%VGv rc=%Vrc\n", GCPtrInstr, rc));
     186    AssertMsgFailed(("DISCoreOne failed to GCPtrInstr=%VGv rc=%Rrc\n", GCPtrInstr, rc));
    187187    return VERR_INTERNAL_ERROR;
    188188}
     
    457457                if (RT_FAILURE(rc))
    458458                {
    459                     AssertMsgFailed(("MMGCRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     459                    AssertMsgFailed(("MMGCRamRead %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    460460                    return VERR_EM_INTERPRETER;
    461461                }
     
    476476                if (RT_FAILURE(rc))
    477477                {
    478                     AssertMsgFailed(("MMGCRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     478                    AssertMsgFailed(("MMGCRamRead %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    479479                }
    480480                break;
     
    510510                if (RT_FAILURE(rc))
    511511                {
    512                     AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     512                    AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    513513                    return VERR_EM_INTERPRETER;
    514514                }
     
    536536                if (RT_FAILURE(rc))
    537537                {
    538                     AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     538                    AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    539539                    return VERR_EM_INTERPRETER;
    540540                }
     
    583583                if (RT_FAILURE(rc))
    584584                {
    585                     AssertMsgFailed(("emRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     585                    AssertMsgFailed(("emRamRead %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    586586                    return VERR_EM_INTERPRETER;
    587587                }
     
    601601            if (RT_FAILURE(rc))
    602602            {
    603                 AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     603                AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    604604                return VERR_EM_INTERPRETER;
    605605            }
     
    653653            if (RT_FAILURE(rc))
    654654            {
    655                 AssertMsgFailed(("emRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     655                AssertMsgFailed(("emRamRead %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    656656                return VERR_EM_INTERPRETER;
    657657            }
     
    674674                if (RT_FAILURE(rc))
    675675                {
    676                     AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     676                    AssertMsgFailed(("emRamWrite %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    677677                    return VERR_EM_INTERPRETER;
    678678                }
     
    745745                if (RT_FAILURE(rc))
    746746                {
    747                     AssertMsgFailed(("emRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     747                    AssertMsgFailed(("emRamRead %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    748748                    return VERR_EM_INTERPRETER;
    749749                }
     
    920920                if (RT_FAILURE(rc))
    921921                {
    922                     AssertMsgFailed(("emRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     922                    AssertMsgFailed(("emRamRead %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    923923                    return VERR_EM_INTERPRETER;
    924924                }
     
    10291029            if (RT_FAILURE(rc))
    10301030            {
    1031                 AssertMsgFailed(("emRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     1031                AssertMsgFailed(("emRamRead %VGv size=%d failed with %Rrc\n", pParam1, param1.size, rc));
    10321032                return VERR_EM_INTERPRETER;
    10331033            }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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