Changeset 72493 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 10, 2018 4:08:44 PM (7 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGF.cpp
r70948 r72493 360 360 #ifndef RT_OS_L4 361 361 362 # if !defined(DEBUG) || defined(DEBUG_sandervl) || defined(DEBUG_frank) || defined(IEM_VERIFICATION_MODE)362 # if !defined(DEBUG) || defined(DEBUG_sandervl) || defined(DEBUG_frank) 363 363 int cWait = 10; 364 364 # else -
trunk/src/VBox/VMM/VMMR3/TRPM.cpp
r72266 r72493 1507 1507 Assert(enmEvent == TRPM_HARDWARE_INT); 1508 1508 1509 #if defined(TRPM_FORWARD_TRAPS_IN_GC) && !defined(IEM_VERIFICATION_MODE)1509 #if defined(TRPM_FORWARD_TRAPS_IN_GC) 1510 1510 1511 1511 # ifdef LOG_ENABLED … … 1581 1581 return VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */ 1582 1582 1583 #else /* !TRPM_FORWARD_TRAPS_IN_GC || IEM_VERIFICATION_MODE*/1583 #else /* !TRPM_FORWARD_TRAPS_IN_GC */ 1584 1584 RT_NOREF(pVM, enmEvent); 1585 1585 uint8_t u8Interrupt = 0; … … 1609 1609 : VM_IS_NEM_ENABLED(pVM) ? VINF_EM_RESCHEDULE 1610 1610 : VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */ 1611 #endif /* !TRPM_FORWARD_TRAPS_IN_GC || IEM_VERIFICATION_MODE*/1611 #endif /* !TRPM_FORWARD_TRAPS_IN_GC */ 1612 1612 } 1613 1613
Note:
See TracChangeset
for help on using the changeset viewer.