Changeset 33540 in vbox for trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
r32404 r33540 225 225 } 226 226 227 /* Get aligned start ad ress we're going to patch*/227 /* Get aligned start address we're going to patch*/ 228 228 alPatch = (void*) ((uintptr_t)dlip.dli_saddr & ~(uintptr_t)(PAGESIZE-1)); 229 229
Note:
See TracChangeset
for help on using the changeset viewer.