|
@@ -1849,7 +1849,7 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
|
|
{
|
|
{
|
|
const int default_width = 2 * sizeof(void *);
|
|
const int default_width = 2 * sizeof(void *);
|
|
|
|
|
|
- if (!ptr && *fmt != 'K') {
|
|
|
|
|
|
+ if (!ptr && *fmt != 'K' && *fmt != 'x') {
|
|
/*
|
|
/*
|
|
* Print (null) with the same width as a pointer so it makes
|
|
* Print (null) with the same width as a pointer so it makes
|
|
* tabular output look nice.
|
|
* tabular output look nice.
|