Changeset 24111 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 27, 2009 10:42:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r24095 r24111 957 957 { 958 958 rc = pCmd->rc; 959 #if def DEBUG_bird/** @todo the assertion below hits when booting dsl here and resetting during early boot... */959 #ifndef DEBUG_misha /** @todo the assertion below hits when booting dsl here and resetting during early boot... */ 960 960 AssertMsg(RT_SUCCESS(rc) || rc == VERR_NOT_IMPLEMENTED, ("%Rrc\n", rc)); 961 961 if (rc == VERR_NOT_IMPLEMENTED)
Note:
See TracChangeset
for help on using the changeset viewer.