vbox的更動 13818 路徑 trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- 時間撮記:
- 2008-11-4 下午10:59:47 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r13816 r13818 154 154 if (RT_FAILURE(rc)) 155 155 { 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", 157 157 pCtxCore->cs, pCtxCore->rip, pCtxCore->ss & X86_SEL_RPL, rc)); 158 158 return rc; … … 184 184 if (RT_SUCCESS(rc)) 185 185 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)); 187 187 return VERR_INTERNAL_ERROR; 188 188 } … … 457 457 if (RT_FAILURE(rc)) 458 458 { 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)); 460 460 return VERR_EM_INTERPRETER; 461 461 } … … 476 476 if (RT_FAILURE(rc)) 477 477 { 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)); 479 479 } 480 480 break; … … 510 510 if (RT_FAILURE(rc)) 511 511 { 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)); 513 513 return VERR_EM_INTERPRETER; 514 514 } … … 536 536 if (RT_FAILURE(rc)) 537 537 { 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)); 539 539 return VERR_EM_INTERPRETER; 540 540 } … … 583 583 if (RT_FAILURE(rc)) 584 584 { 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)); 586 586 return VERR_EM_INTERPRETER; 587 587 } … … 601 601 if (RT_FAILURE(rc)) 602 602 { 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)); 604 604 return VERR_EM_INTERPRETER; 605 605 } … … 653 653 if (RT_FAILURE(rc)) 654 654 { 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)); 656 656 return VERR_EM_INTERPRETER; 657 657 } … … 674 674 if (RT_FAILURE(rc)) 675 675 { 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)); 677 677 return VERR_EM_INTERPRETER; 678 678 } … … 745 745 if (RT_FAILURE(rc)) 746 746 { 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)); 748 748 return VERR_EM_INTERPRETER; 749 749 } … … 920 920 if (RT_FAILURE(rc)) 921 921 { 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)); 923 923 return VERR_EM_INTERPRETER; 924 924 } … … 1029 1029 if (RT_FAILURE(rc)) 1030 1030 { 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)); 1032 1032 return VERR_EM_INTERPRETER; 1033 1033 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器