- Timestamp:
- Apr 18, 2007 12:26:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r2160 r2161 1006 1006 do 1007 1007 { 1008 if (pVM->em.s.enmState == EMSTATE_DEBUG_HYPER) 1009 rc = VMMR3ResumeHyper(pVM); 1010 else 1011 rc = VMMR3RawRunGC(pVM); 1008 rc = VMMR3HwAccRunGC(pVM); 1012 1009 } while ( rc == VINF_SUCCESS 1013 1010 || rc == VINF_EM_RAW_INTERRUPT);
Note:
See TracChangeset
for help on using the changeset viewer.