VirtualBox

Changeset 20537 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 13, 2009 9:13:55 PM (16 years ago)
Author:
vboxsync
Message:

dis.h: DISCPUSTATE_PADDING_SIZE correction for 32-bit windows.

File:
1 edited

Legend:

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

    r20530 r20537  
    520520/** The storage padding sufficient to hold the largest DISCPUSTATE in all
    521521 * contexts (R3, R0 and RC). Used various places in the VMM internals.   */
    522 #define DISCPUSTATE_PADDING_SIZE    (HC_ARCH_BITS == 64 ? 0x1a0 : 0x160)
     522#define DISCPUSTATE_PADDING_SIZE    (HC_ARCH_BITS == 64 ? 0x1a0 : 0x180)
    523523
    524524/** Opcode. */
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