Changeset 21915 in vbox
- Timestamp:
- Jul 31, 2009 1:11:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r19707 r21915 972 972 if (RT_UNLIKELY(iPrev >= RT_ELEMENTS(pGVMM->aHandles))) 973 973 { 974 SUPR0Printf("GVM: used list index %d is out of range!\n" );974 SUPR0Printf("GVM: used list index %d is out of range!\n", iPrev); 975 975 gvmmR0UsedUnlock(pGVMM); 976 976 gvmmR0CreateDestroyUnlock(pGVMM);
Note:
See TracChangeset
for help on using the changeset viewer.