VirtualBox

Changeset 6912 in vbox for trunk/include


Ignore:
Timestamp:
Feb 11, 2008 10:04:41 PM (17 years ago)
Author:
vboxsync
Message:

Removed the normal (PGMVIRTHANDLERTYPE_NORMAL) kind of virtual access handlers. This type have never been used and is just complicating the code. It can easily be re-added later if found to be useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pgm.h

    r6911 r6912  
    178178typedef enum PGMVIRTHANDLERTYPE
    179179{
    180     /** Natural traps only. */
    181     PGMVIRTHANDLERTYPE_NORMAL = 1,
    182180    /** Write access handled. */
    183     PGMVIRTHANDLERTYPE_WRITE,
     181    PGMVIRTHANDLERTYPE_WRITE = 1,
    184182    /** All access handled. */
    185183    PGMVIRTHANDLERTYPE_ALL,
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