VirtualBox

Changeset 97064 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 9, 2022 10:46:34 PM (2 years ago)
Author:
vboxsync
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/VMMR3/NEMR3Native-darwin.cpp

    r96407 r97064  
    468468*   Internal Functions                                                                                                           *
    469469*********************************************************************************************************************************/
    470 static void vmxHCImportGuestIntrState(PVMCPUCC pVCpu, PCVMXVMCSINFO pVmcsInfo);
     470DECLINLINE(void) vmxHCImportGuestIntrState(PVMCPUCC pVCpu, PCVMXVMCSINFO pVmcsInfo);
     471
    471472
    472473/**
Note: See TracChangeset for help on using the changeset viewer.

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