Changeset 50323 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Feb 5, 2014 10:20:04 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
r49600 r50323 361 361 #ifndef VBOX_NO_MESA_PATCH_REPORTS 362 362 crDebug("Mesa Entry: %p, start: %p(%s:%s), size: %li", pMesaEntry, dlip.dli_saddr, dlip.dli_fname, dlip.dli_sname, sym->st_size); 363 crDebug("V box code: start: %p, end %p, size: %li", pStart, pEnd, pEnd-pStart);363 crDebug("VBox code: start: %p, end %p, size: %li", pStart, pEnd, pEnd-pStart); 364 364 #endif 365 365
Note:
See TracChangeset
for help on using the changeset viewer.