Changeset 1559 in vbox
- Timestamp:
- Mar 19, 2007 2:07:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r1519 r1559 2195 2195 CSAMR3CheckGates(pVM, u8Interrupt, 1); 2196 2196 Log(("emR3RawHandleRC: recheck gate %x -> valid=%d\n", u8Interrupt, TRPMR3GetGuestTrapHandler(pVM, u8Interrupt) != TRPM_INVALID_HANDLER)); 2197 /** @todo regressions; mainly during save/restore in smoke tests. */ 2198 #if 0 2197 2199 /** If it was successful, then we could go back to raw mode. */ 2198 2200 if (TRPMR3GetGuestTrapHandler(pVM, u8Interrupt) != TRPM_INVALID_HANDLER) … … 2205 2207 } 2206 2208 } 2209 #endif 2207 2210 } 2208 2211 }
Note:
See TracChangeset
for help on using the changeset viewer.