儲存庫 vbox 的更動 104028
- 時間撮記:
- 2024-3-24 下午06:35:08 (12 月 以前)
- svn:sync-xref-src-repo-rev:
- 162416
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ResourceAssignmentManager.cpp
r102517 r104028 66 66 { 67 67 char szDevName[32]; 68 RTGCPHYS GCPhysStart;69 RTGCPHYS GCPhysEnd;68 RTGCPHYS mGCPhysStart; 69 RTGCPHYS mGCPhysEnd; 70 70 71 71 MemoryRange(const char *pszName, RTGCPHYS GCPhysStart, RTGCPHYS GCPhysEnd) 72 72 { 73 73 RTStrCopy(this->szDevName, sizeof(szDevName), pszName); 74 this-> GCPhysStart = GCPhysStart;75 this-> GCPhysEnd = GCPhysEnd;74 this->mGCPhysStart = GCPhysStart; 75 this->mGCPhysEnd = GCPhysEnd; 76 76 } 77 77
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器