- Timestamp:
- Aug 30, 2013 12:31:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/TRPMR0.cpp
r47826 r48188 46 46 pVCpu->trpm.s.uActiveVector = UINT32_MAX; 47 47 AssertMsgReturnVoid(uActiveVector < 256, ("uActiveVector=%#x is invalid! (More assertions to come, please enjoy!)\n", uActiveVector)); 48 RTLogPrintf("uActiveVector=%d\n", uActiveVector);49 48 50 49 #if HC_ARCH_BITS == 64 && defined(RT_OS_DARWIN)
Note:
See TracChangeset
for help on using the changeset viewer.