VirtualBox

Changeset 61886 in vbox


Ignore:
Timestamp:
Jun 26, 2016 10:14:35 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108316
Message:

IEM: build fix

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r61885 r61886  
    255255    bool                    fInPatchCode;
    256256    /** Explicit alignment padding. */
    257     bool                    afAlignment0[2];
     257    bool                    afAlignment0[2+4];
    258258
    259259    /** The flags of the current exception / interrupt. */
  • trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp

    r61652 r61886  
    8080#define FNIEMOP_DEF_2(a_Name, a_Type0, a_Name0, a_Type1, a_Name1) \
    8181    static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, a_Type0 a_Name0, a_Type1 a_Name1) RT_NO_THROW_DEF
     82
     83typedef VBOXSTRICTRC (* PFNIEMOPRM)(PIEMCPU pIemCpu, uint8_t bRm);
     84#define FNIEMOPRM_DEF(a_Name) \
     85    static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, uint8_t bRm) RT_NO_THROW_DEF
    8286
    8387#define IEM_NOT_REACHED_DEFAULT_CASE_RET()                  default: return VERR_IPE_NOT_REACHED_DEFAULT_CASE
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