VirtualBox

Changeset 119 in vbox for trunk


Ignore:
Timestamp:
Jan 17, 2007 4:45:07 PM (18 years ago)
Author:
vboxsync
Message:

64-bit

Location:
trunk
Files:
2 edited

Legend:

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

    r1 r119  
    519519        struct REM  s;
    520520#endif
    521         char        padding[0x6b00];    /* multiple of 32 */
     521        char        padding[HC_ARCH_BITS == 32 ? 0x6b00 : 0xbf00];    /* multiple of 32 */
    522522    } rem;
    523523} VM;
  • trunk/src/VBox/VMM/REMInternal.h

    r23 r119  
    226226    uint8_t                 abPadding[8];
    227227
    228 #define REM_ENV_SIZE        (HC_ARCH_BITS == 32 ? 0x6440 : 0xb3e0)
     228#define REM_ENV_SIZE        (HC_ARCH_BITS == 32 ? 0x6440 : 0xb4a0)
    229229    /** Recompiler CPU state. */
    230230#ifdef REM_INCLUDE_CPU_H
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