- Timestamp:
- Nov 25, 2009 10:38:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r24931 r24932 987 987 #ifdef VBOX_WITH_OLD_VBVA_LOCK 988 988 /* 989 * Always runs under VBVA orDevVGA lock.989 * Always runs under either VBVA lock or, for HGSMI, DevVGA lock. 990 990 * Safe to use VBVA vars and take the framebuffer lock. 991 991 */ 992 #ifdef DEBUG_sunlover993 /* This assert is here for testing only. */994 Assert(RTCritSectIsOwner(&mVBVALock));995 #endif /* DEBUG_sunlover */996 992 #endif /* VBOX_WITH_OLD_VBVA_LOCK */ 997 993
Note:
See TracChangeset
for help on using the changeset viewer.