VirtualBox

Changeset 97063 in vbox


Ignore:
Timestamp:
Oct 9, 2022 10:32:56 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154012
Message:

VMM/HMVMXR0: Changed vmxHCImportGuestIntrState into a template, since the a_iSegReg argument is constant in all calls and marked other vmxHCImportGuestState helpers as DECLINLINE just to formalize what the compilers probably are doing already. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h

    r97062 r97063  
    89118911                         | HMVMX_READ_GUEST_PHYSICAL_ADDR>(pVCpu, pVmxTransient);
    89128912    vmxHCImportGuestRip(pVCpu);
    8913     vmxHCImportGuestSegReg<X86_SREG_CS>(pVCpu;
     8913    vmxHCImportGuestSegReg<X86_SREG_CS>(pVCpu);
    89148914
    89158915    /*
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