VirtualBox

Changeset 12993 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 6, 2008 8:32:44 AM (16 years ago)
Author:
vboxsync
Message:

PDMQueue: Fix assertion with debug builds on 64bit hosts. A R0 pointer is 64bit wides there but the variable is only 32bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMQueue.cpp

    r12989 r12993  
    648648    RTRCPTR           pItemsRC;
    649649    ASMAtomicXchgSizeCorrect(&pQueue->pPendingRC, NIL_RTRCPTR, &pItemsRC);
    650     RTRCPTR           pItemsR0;
     650    RTR0PTR           pItemsR0;
    651651    ASMAtomicXchgSizeCorrect(&pQueue->pPendingR0, NIL_RTR0PTR, &pItemsR0);
    652652
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