VirtualBox

Ignore:
Timestamp:
May 29, 2008 9:38:38 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31380
Message:

Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE for pointers valid in raw mode only (RTGCPTR32).

Disabled by default. Enable by adding VBOX_WITH_64_BITS_GUESTS to your LocalConfig.kmk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strformatrt.cpp

    r8479 r9212  
    5454 *      - \%RTproc          - Takes a #RTPROCESS value.
    5555 *      - \%RTptr           - Takes a #RTINTPTR or #RTUINTPTR value (but not void *).
    56  *      - \%RTreg           - Takes a #RTUINTREG value.
     56 *      - \%RTreg           - Takes a #RTCCUINTREG value.
    5757 *      - \%RTsel           - Takes a #RTSEL value.
    5858 *      - \%RTsem           - Takes a #RTSEMEVENT, #RTSEMEVENTMULTI, #RTSEMMUTEX, #RTSEMFASTMUTEX, or #RTSEMRW value.
     
    245245                    { STRMEM("Tproc"),   sizeof(RTPROCESS),      16, RTSF_INTW,  0 },
    246246                    { STRMEM("Tptr"),    sizeof(RTUINTPTR),      16, RTSF_INTW,  0 },
    247                     { STRMEM("Treg"),    sizeof(RTUINTREG),      16, RTSF_INTW,  0 },
     247                    { STRMEM("Treg"),    sizeof(RTCCUINTREG),    16, RTSF_INTW,  0 },
    248248                    { STRMEM("Tsel"),    sizeof(RTSEL),          16, RTSF_INTW,  0 },
    249249                    { STRMEM("Tsem"),    sizeof(RTSEMEVENT),     16, RTSF_INTW,  0 },
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