VirtualBox

Ignore:
Timestamp:
Nov 15, 2010 9:55:36 PM (14 years ago)
Author:
vboxsync
Message:

Additions/WINNT/Graphics: fix to r67612

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp

    r34079 r34090  
    774774            VBVAHOSTCMD *pCmd;
    775775            do
    776                 pCmd = pDispContext->pCmd;
     776                pCmd = ASMAtomicReadPtrT(&pDispContext->pCmd, VBVAHOSTCMD *);
    777777            while (!ASMAtomicCmpXchgPtr(&pDispContext->pCmd, NULL, pCmd));
    778778            *ppCmd = vboxVBVAReverseList(pCmd);
     
    882882                    do
    883883                    {
    884                         pCmd = pHandler->pCmd;
     884                        pCmd = ASMAtomicReadPtrT(&pHandler->pCmd, VBVAHOSTCMD *);
    885885                        pFirst->u.pNext = pCmd;
    886886                    }
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