Changeset 103359 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp
- Timestamp:
- Feb 14, 2024 2:39:26 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161675
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp
r98103 r103359 240 240 { 241 241 VMCPU_ASSERT_EMT(pVCpu); 242 /* This is just a wrapper because we cannot pass FlatPtr thru VMR3ReqCall directly. */ 243 PGMPTWALK Walk; 242 PGMPTWALK Walk = { NIL_RTGCPTR, NIL_RTGCPHYS, NIL_RTGCPHYS, false }; 244 243 int const rc = PGMGstGetPage(pVCpu, pAddress->FlatPtr, &Walk); 245 244 *pGCPhys = Walk.GCPhys;
Note:
See TracChangeset
for help on using the changeset viewer.