Changeset 59652 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Feb 12, 2016 12:20:10 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r59073 r59652 2405 2405 Log(("EMR3ExecuteVM: VINF_EM_TRIPLE_FAULT: CPU reset...\n")); 2406 2406 Assert(pVM->cCpus == 1); 2407 #ifdef VBOX_WITH_REM 2407 2408 REMR3Reset(pVM); 2409 #endif 2408 2410 PGMR3ResetCpu(pVM, pVCpu); 2409 2411 TRPMR3ResetCpu(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.