- Timestamp:
- Mar 21, 2007 5:14:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r1583 r1605 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 2198 /** If it was successful, then we could go back to raw mode. */ 2200 2199 if (TRPMR3GetGuestTrapHandler(pVM, u8Interrupt) != TRPM_INVALID_HANDLER) … … 2207 2206 } 2208 2207 } 2209 #endif2210 2208 } 2211 2209 }
Note:
See TracChangeset
for help on using the changeset viewer.