Changeset 66285 in vbox for trunk/src/VBox/Runtime/common/string/strformatrt.cpp
- Timestamp:
- Mar 28, 2017 10:14:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r66284 r66285 472 472 } 473 473 474 #ifndef DEBUG 474 475 /* 475 476 * For now don't show the address. … … 481 482 cch += pfnOutput(pvArgOutput, RT_STR_TUPLE("0x")); 482 483 483 # ifdef RT_ARCH_X86484 # ifdef RT_ARCH_X86 484 485 cch += pfnOutput(pvArgOutput, RT_STR_TUPLE("XXXXXXXX")); 485 # else486 # else 486 487 cch += pfnOutput(pvArgOutput, RT_STR_TUPLE("XXXXXXXXXXXXXXXX")); 488 # endif 489 return cch; 490 } 487 491 #endif 488 return cch;489 }490 492 491 493 /*
Note:
See TracChangeset
for help on using the changeset viewer.