Changeset 19358 in vbox
- Timestamp:
- May 5, 2009 10:08:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMMAll.cpp
r19293 r19358 60 60 61 61 #elif defined(IN_RING0) 62 /* ASSUME that only EMTs calls this function in R0. */63 VM_ASSERT_EMT(pVM);64 62 if (pVM->cCPUs == 1) 65 63 return 0; … … 89 87 90 88 #elif defined(IN_RING0) 91 /* ASSUME that only EMTs calls this function in R0. */92 VM_ASSERT_EMT(pVM);93 89 if (pVM->cCPUs == 1) 94 90 return &pVM->aCpus[0];
Note:
See TracChangeset
for help on using the changeset viewer.