summaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli.c')
-rw-r--r--cli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index 4a5aafc..aac39f5 100644
--- a/cli.c
+++ b/cli.c
@@ -217,8 +217,9 @@ void List(pcilib_t *handle, pcilib_model_t model, const char *bank) {
break;
}
- printf(", Size: %08lx", engine->max_bytes);
+ printf(", Address Width: %02lu bits\n", engine->addr_bits);
}
+ printf("\n");
}
if ((bank)&&(bank != (char*)-1)) banks = NULL;