Changeset 25161 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 3, 2009 12:20:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
r25070 r25161 199 199 } 200 200 201 shift = pStart-(dlip.dli_saddr+5);201 shift = (void*)((intptr_t)pStart-((intptr_t)dlip.dli_saddr+5)); 202 202 # ifndef VBOX_NO_MESA_PATCH_REPORTS 203 203 crDebug("Size is small, inserting jmpq with shift %p instead", shift);
Note:
See TracChangeset
for help on using the changeset viewer.