VirtualBox

Changeset 20421 in vbox for trunk/include


Ignore:
Timestamp:
Jun 9, 2009 9:34:53 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48367
Message:

Rewrote rem notification handling.

File:
1 edited

Legend:

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

    r20399 r20421  
    946946/** @def VM_REM_SIZE
    947947 * Must be multiple of 32 and coherent with REM_ENV_SIZE from REMInternal.h. */
    948 #if GC_ARCH_BITS == 32
    949 # define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0x10800 : 0x10800)
    950 #else
    951 # define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0x10900 : 0x10900)
    952 #endif
     948# define VM_REM_SIZE        0x10A00
    953949        char        padding[VM_REM_SIZE];   /* multiple of 32 */
    954950    } rem;
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