VirtualBox

Ignore:
Timestamp:
May 25, 2011 11:37:52 AM (14 years ago)
Author:
vboxsync
Message:

Some ASMAtomic*Size elimiation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r37067 r37211  
    51405140    if (enmEvent == RTMPEVENT_OFFLINE)
    51415141    {
    5142         RTCPUID idGipMaster;
    5143         ASMAtomicReadSize(&pDevExt->idGipMaster, &idGipMaster);
     5142        RTCPUID idGipMaster = ASMAtomicReadU32(&pDevExt->idGipMaster);
    51445143        if (idGipMaster == idCpu)
    51455144        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette