Changeset 37211 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 25, 2011 11:37:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r37067 r37211 5140 5140 if (enmEvent == RTMPEVENT_OFFLINE) 5141 5141 { 5142 RTCPUID idGipMaster; 5143 ASMAtomicReadSize(&pDevExt->idGipMaster, &idGipMaster); 5142 RTCPUID idGipMaster = ASMAtomicReadU32(&pDevExt->idGipMaster); 5144 5143 if (idGipMaster == idCpu) 5145 5144 {
Note:
See TracChangeset
for help on using the changeset viewer.