Changeset 47444 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 29, 2013 12:37:31 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r47413 r47444 19 19 #define ___IEMInternal_h 20 20 21 #include <VBox/vmm/cpum.h> 22 #include <VBox/vmm/iem.h> 21 23 #include <VBox/vmm/stam.h> 22 #include <VBox/vmm/cpum.h>23 24 #include <VBox/param.h> 24 25 … … 50 51 typedef RTFLOAT32U const *PCRTFLOAT32U; 51 52 52 53 /**54 * Operand or addressing mode.55 */56 typedef enum IEMMODE57 {58 IEMMODE_16BIT = 0,59 IEMMODE_32BIT,60 IEMMODE_64BIT61 } IEMMODE;62 AssertCompileSize(IEMMODE, 4);63 53 64 54 /**
Note:
See TracChangeset
for help on using the changeset viewer.