Changeset 103457 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Feb 19, 2024 3:51:24 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp
r98103 r103457 585 585 } 586 586 587 HGSMIOFFSET HGSMIMAPointerToOffset(const HGSMIMADATA *pMA, const void RT_UNTRUSTED_VOLATILE_GUEST *pv)587 static HGSMIOFFSET HGSMIMAPointerToOffset(const HGSMIMADATA *pMA, const void RT_UNTRUSTED_VOLATILE_GUEST *pv) 588 588 { 589 589 uintptr_t off = (uintptr_t)pv - (uintptr_t)pMA->area.pu8Base;
Note:
See TracChangeset
for help on using the changeset viewer.