Changeset 84750 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 10, 2020 9:39:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r84743 r84750 3658 3658 int rc; 3659 3659 3660 #if 0 /** @todo r=aeichner Crashes on the testboxes and locally due to a NULL pointer dereference, glLdrInit() probably not called. 3661 * Is this really necessary as glLdrInit() will call XInitThreads() itself. */ 3660 3662 # ifdef RT_OS_LINUX 3661 3663 XInitThreads(); 3662 3664 # endif 3665 #endif 3663 3666 3664 3667 if (pThread->enmState == PDMTHREADSTATE_INITIALIZING)
Note:
See TracChangeset
for help on using the changeset viewer.