Changeset 49551 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Nov 19, 2013 1:35:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
r49549 r49551 200 200 201 201 /** 202 * Returns presence of an IO-APIC203 * 204 * @returns VBox true if IO-APIC is present202 * Returns the presence of an IO-APIC. 203 * 204 * @returns VBox true if an IO-APIC is present. 205 205 * @param pVM Pointer to the VM. 206 206 */ … … 212 212 213 213 /** 214 * Returns presence of an IO-APIC215 * 216 * @returns VBox true if IO-APIC is present214 * Returns the presence of a Local IO-APIC. 215 * 216 * @returns VBox true if a Local APIC is present. 217 217 * @param pVM Pointer to the VM. 218 218 */
Note:
See TracChangeset
for help on using the changeset viewer.