- Timestamp:
- Dec 13, 2013 4:51:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r49898 r49900 1512 1512 */ 1513 1513 #if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL) 1514 else if ( !CPUMIsGuestDebugStateActivePending(pVCpu) )1514 else if ( !CPUMIsGuestDebugStateActivePending(pVCpu) 1515 1515 && !CPUMIsGuestDebugStateActive(pVCpu)) 1516 1516 #else
Note:
See TracChangeset
for help on using the changeset viewer.