VirtualBox

Changeset 75693 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Nov 23, 2018 3:55:32 PM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: build fix (header check failed, kmk -C include)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r75671 r75693  
    42014201    if (!VMX_ENTRY_INT_INFO_IS_VALID(uEntryIntInfo))
    42024202        return false;
    4203     uint8_t const uIntInfoType = VMX_ENTRY_INT_INFO_TYPE(uEntryIntInfo);
    4204     switch (uIntInfoType)
     4203    switch (VMX_ENTRY_INT_INFO_TYPE(uEntryIntInfo))
    42054204    {
    42064205        case VMX_ENTRY_INT_INFO_TYPE_EXT_INT:
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