Changeset 61886 in vbox
- Timestamp:
- Jun 26, 2016 10:14:35 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108316
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r61885 r61886 255 255 bool fInPatchCode; 256 256 /** Explicit alignment padding. */ 257 bool afAlignment0[2 ];257 bool afAlignment0[2+4]; 258 258 259 259 /** The flags of the current exception / interrupt. */ -
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r61652 r61886 80 80 #define FNIEMOP_DEF_2(a_Name, a_Type0, a_Name0, a_Type1, a_Name1) \ 81 81 static VBOXSTRICTRC a_Name(PIEMCPU pIemCpu, a_Type0 a_Name0, a_Type1 a_Name1) RT_NO_THROW_DEF 82 83 typedef 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 82 86 83 87 #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.