- Timestamp:
- Apr 17, 2007 8:45:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp
r719 r2145 100 100 { 101 101 ASMOutU32(g_vbgldata.portVMMDev + PORT_VMMDEV_REQUEST_OFFSET, (uint32_t)physaddr); 102 /* Make the compiler aware that the host has changed memory. */ 103 ASMMemoryClobber(); 102 104 103 105 rc = pReq->rc;
Note:
See TracChangeset
for help on using the changeset viewer.