VirtualBox

Changeset 43737 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Oct 25, 2012 11:00:40 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81637
Message:

VMM/VMMR0/HWVMXR0: fix typo while saving the host IDTR into the VMCS.
It worked previously as we restore it manually) but still having the right value in the VMCS is good
in case of VM entry exceptions.
Renamed a function to camel case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r43732 r43737  
    852852 * @param  pIdtr        Where to store the 64-bit IDTR.
    853853 */
    854 DECLASM(void) hmR0Get64bitGDTRandIDTR(PX86XDTR64 pGdtr, PX86XDTR64 pIdtr);
     854DECLASM(void) hmR0Get64bitGdtrAndIdtr(PX86XDTR64 pGdtr, PX86XDTR64 pIdtr);
    855855
    856856/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette