vbox的更動 5040 路徑 trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- 時間撮記:
- 2007-9-26 上午09:03:00 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r4811 r5040 759 759 PGMDECL(int) PGMPhysGCPhys2HCPtr(PVM pVM, RTGCPHYS GCPhys, RTUINT cbRange, PRTHCPTR pHCPtr) 760 760 { 761 #ifdef NEW_PHYS_CODE 762 VM_ASSERT_EMT(pVM); /* no longer safe for use outside the EMT thread! */ 763 #endif 764 761 765 #ifdef PGM_DYNAMIC_RAM_ALLOC 762 766 if ((GCPhys & PGM_DYNAMIC_CHUNK_BASE_MASK) != ((GCPhys+cbRange-1) & PGM_DYNAMIC_CHUNK_BASE_MASK)) … … 850 854 PGMDECL(int) PGMPhysGCPtr2HCPtr(PVM pVM, RTGCPTR GCPtr, PRTHCPTR pHCPtr) 851 855 { 856 #ifdef NEW_PHYS_CODE 857 VM_ASSERT_EMT(pVM); /* no longer safe for use outside the EMT thread! */ 858 #endif 859 852 860 RTGCPHYS GCPhys; 853 861 int rc = PGM_GST_PFN(GetPage,pVM)(pVM, (RTGCUINTPTR)GCPtr, NULL, &GCPhys); … … 874 882 PGMDECL(int) PGMPhysGCPtr2HCPtrByGstCR3(PVM pVM, RTGCPTR GCPtr, uint32_t cr3, unsigned fFlags, PRTHCPTR pHCPtr) 875 883 { 884 #ifdef NEW_PHYS_CODE 885 VM_ASSERT_EMT(pVM); /* no longer safe for use outside the EMT thread! */ 886 #endif 876 887 /* 877 888 * PAE or 32-bit?
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器