Changeset 9212 in vbox for trunk/src/VBox/Runtime/common/string/strformatrt.cpp
- Timestamp:
- May 29, 2008 9:38:38 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r8479 r9212 54 54 * - \%RTproc - Takes a #RTPROCESS value. 55 55 * - \%RTptr - Takes a #RTINTPTR or #RTUINTPTR value (but not void *). 56 * - \%RTreg - Takes a #RT UINTREG value.56 * - \%RTreg - Takes a #RTCCUINTREG value. 57 57 * - \%RTsel - Takes a #RTSEL value. 58 58 * - \%RTsem - Takes a #RTSEMEVENT, #RTSEMEVENTMULTI, #RTSEMMUTEX, #RTSEMFASTMUTEX, or #RTSEMRW value. … … 245 245 { STRMEM("Tproc"), sizeof(RTPROCESS), 16, RTSF_INTW, 0 }, 246 246 { STRMEM("Tptr"), sizeof(RTUINTPTR), 16, RTSF_INTW, 0 }, 247 { STRMEM("Treg"), sizeof(RT UINTREG),16, RTSF_INTW, 0 },247 { STRMEM("Treg"), sizeof(RTCCUINTREG), 16, RTSF_INTW, 0 }, 248 248 { STRMEM("Tsel"), sizeof(RTSEL), 16, RTSF_INTW, 0 }, 249 249 { STRMEM("Tsem"), sizeof(RTSEMEVENT), 16, RTSF_INTW, 0 },
Note:
See TracChangeset
for help on using the changeset viewer.