[Pdbg] [PATCH 12/12] htm: Add newline to print_htm_address() for chtm
Jordan Niethe
jniethe5 at gmail.com
Mon Aug 2 15:41:12 AEST 2021
For nhtm, print_htm_address() prints a newline so do the same for chtm.
Signed-off-by: Jordan Niethe <jniethe5 at gmail.com>
---
src/htm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/htm.c b/src/htm.c
index ba1175e110f3..b3b0e538f914 100644
--- a/src/htm.c
+++ b/src/htm.c
@@ -54,7 +54,7 @@ static inline void print_htm_address(enum htm_type type,
{
if (type == HTM_CORE) {
printf("p%d:", pdbg_parent_index(target, "pib"));
- printf("c%d:", pdbg_parent_index(target, "core"));
+ printf("c%d\n", pdbg_parent_index(target, "core"));
}
if (type == HTM_NEST) {
printf("p%d\n", pdbg_parent_index(target, "pib"));
--
2.25.1
More information about the Pdbg
mailing list