VirtualBox

Changeset 44496 in vbox


Ignore:
Timestamp:
Jan 31, 2013 2:11:11 PM (12 years ago)
Author:
vboxsync
Message:

Additions/x11: comment clarification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r44455 r44496  
    266266static inline int32_t vboxDisplayPitch(ScrnInfoPtr pScrn, int32_t cbLine)
    267267{
    268     /* take care to reference __udivdi3! */
     268    /* take care not to reference __udivdi3! */
    269269    return ASMDivU64ByU32RetU32((uint64_t)cbLine * 8, vboxBPP(pScrn));
    270270}
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