- Timestamp:
- Mar 22, 2007 5:14:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMEmt.cpp
r1057 r1633 70 70 /* Requested to exit the EMT thread out of sync? (currently only VMR3WaitForResume) */ 71 71 if (setjmp(pVM->vm.s.emtJumpEnv) != 0) 72 break; 72 { 73 rc = VINF_SUCCESS; 74 break; 75 } 73 76 74 77 /*
Note:
See TracChangeset
for help on using the changeset viewer.