Changeset 23388 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
- Timestamp:
- Sep 28, 2009 3:18:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r22128 r23388 150 150 && pReq->hypervisorStart & (_4M - 1)) 151 151 pReq->hypervisorStart = RT_ALIGN_32(pReq->hypervisorStart, _4M); 152 (pReq->hypervisorStart | (_4M - 1)) + 1;153 152 AssertMsg(RT_ALIGN_32(pReq->hypervisorStart, _4M) == pReq->hypervisorStart, ("%#x\n", pReq->hypervisorStart)); 154 153
Note:
See TracChangeset
for help on using the changeset viewer.