Changeset 57166 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 4, 2015 9:51:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r57006 r57166 2473 2473 } 2474 2474 2475 2476 /** 2477 * Get the size of the guest FPU/extended state area. 2478 * 2479 * @returns The size of the CPU FPU/extended state in bytes. 2480 * @param pVM Pointer to the VM. 2481 */ 2482 VMMR3DECL(uint16_t) CPUMR3GetGuestFpuExtStateSize(PVM pVM) 2483 { 2484 return pVM->cpum.s.GuestFeatures.cbMaxExtendedState; 2485 } 2486
Note:
See TracChangeset
for help on using the changeset viewer.