VirtualBox

Changeset 10408 in vbox for trunk/include/VBox/vm.h


Ignore:
Timestamp:
Jul 9, 2008 12:04:37 PM (16 years ago)
Author:
vboxsync
Message:

Increase number of queued rem handler notifications. Flush them on REMR3State as well.

File:
1 edited

Legend:

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

    r9450 r10408  
    550550#endif
    551551#if GC_ARCH_BITS == 32
    552         char        padding[HC_ARCH_BITS == 32 ? 0x6f00 : 0xbf00];    /* multiple of 32 */
     552        char        padding[HC_ARCH_BITS == 32 ? 0x7f00 : 0xcf00];    /* multiple of 32 */
    553553#else
    554         char        padding[HC_ARCH_BITS == 32 ? 0x9f00 : 0xdf00];    /* multiple of 32 */
     554        char        padding[HC_ARCH_BITS == 32 ? 0xaf00 : 0xef00];    /* multiple of 32 */
    555555#endif
    556556    } rem;
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