Changeset 55489 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Apr 28, 2015 3:40:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/MM.cpp
r52764 r55489 503 503 504 504 /** 505 * Checks if the both VM and UVM parts of MM have been initialized. 506 * 507 * @returns true if initialized, false if not. 508 * @param pVM Pointer to the cross context VM structure. 509 */ 510 VMMR3_INT_DECL(bool) MMR3IsInitialized(PVM pVM) 511 { 512 return pVM->mm.s.pHyperHeapR3 != NULL; 513 } 514 515 516 /** 505 517 * Execute state save operation. 506 518 *
Note:
See TracChangeset
for help on using the changeset viewer.