Changeset 44657 in vbox for trunk/include/VBox/vmm/cpum.h
- Timestamp:
- Feb 12, 2013 1:22:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r44189 r44657 406 406 VMMDECL(bool) CPUMIsHostUsingSysEnter(PVM pVM); 407 407 VMMDECL(bool) CPUMIsHostUsingSysCall(PVM pVM); 408 VMMDECL(bool) CPUMIsGuestFPUStateActive(PVMCPU pVC PU);408 VMMDECL(bool) CPUMIsGuestFPUStateActive(PVMCPU pVCpu); 409 409 VMMDECL(void) CPUMDeactivateGuestFPUState(PVMCPU pVCpu); 410 410 VMMDECL(bool) CPUMIsGuestDebugStateActive(PVMCPU pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.