VirtualBox

Changeset 47444 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jul 29, 2013 12:37:31 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87598
Message:

IEM,HM,PGM: Started on string I/O optimizations using IEM (disabled). Cleaned up confusing status code handling in hmR0VmxCheckForceFlags (involving PGM) as well as some use of incorrect doxygen groups (@name).

File:
1 edited

Legend:

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

    r47413 r47444  
    1919#define ___IEMInternal_h
    2020
     21#include <VBox/vmm/cpum.h>
     22#include <VBox/vmm/iem.h>
    2123#include <VBox/vmm/stam.h>
    22 #include <VBox/vmm/cpum.h>
    2324#include <VBox/param.h>
    2425
     
    5051typedef RTFLOAT32U const *PCRTFLOAT32U;
    5152
    52 
    53 /**
    54  * Operand or addressing mode.
    55  */
    56 typedef enum IEMMODE
    57 {
    58     IEMMODE_16BIT = 0,
    59     IEMMODE_32BIT,
    60     IEMMODE_64BIT
    61 } IEMMODE;
    62 AssertCompileSize(IEMMODE, 4);
    6353
    6454/**
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