VirtualBox

Changeset 25161 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 3, 2009 12:20:43 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: fix pointer conversion warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c

    r25070 r25161  
    199199        }
    200200
    201         shift = pStart-(dlip.dli_saddr+5);
     201        shift = (void*)((intptr_t)pStart-((intptr_t)dlip.dli_saddr+5));
    202202# ifndef VBOX_NO_MESA_PATCH_REPORTS
    203203        crDebug("Size is small, inserting jmpq with shift %p instead", shift);
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