VirtualBox

Ignore:
Timestamp:
May 29, 2008 2:49:59 PM (17 years ago)
Author:
vboxsync
Message:

%RRv for RTGCPTR/RTGCUINTPTR/RTGCINTPTR formatting.

File:
1 edited

Legend:

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

    r9212 r9226  
    7777 *      - \%RHv             - Takes a #RTHCPTR, #RTHCINTPTR or #RTHCUINTPTR value.
    7878 *      - \%RHx             - Takes a #RTHCUINT or #RTHCINT value, formatting it as hex.
     79 *      - \%RRv             - Takes a #RTRCPTR, #RTRCINTPTR or #RTRCUINTPTR value.
    7980 *      - \%RCi             - Takes a #RTCCINT value.
    8081 *      - \%RCp             - Takes a #RTCCPHYS value.
     
    186187            case 'G':
    187188            case 'H':
     189            case 'R':
    188190            case 'C':
    189191            case 'I':
     
    230232                    { STRMEM("I64"),     sizeof(int64_t),        10, RTSF_INT,   RTSTR_F_VALSIGNED },
    231233                    { STRMEM("I8"),      sizeof(int8_t),         10, RTSF_INT,   RTSTR_F_VALSIGNED },
     234                    { STRMEM("Rv"),      sizeof(RTRCPTR),        16, RTSF_INTW,  0 },
    232235                    { STRMEM("Tbool"),   sizeof(bool),           10, RTSF_BOOL,  0 },
    233236                    { STRMEM("Tfile"),   sizeof(RTFILE),         10, RTSF_INT,   0 },
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