From 4f04fe543db2a8139ff32216e7ba7128ce76081d Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 19 Aug 2016 14:56:55 +0100 Subject: Expanded label dump to 32 bits --- src/label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/label.c b/src/label.c index 440ea8d..946a6ea 100644 --- a/src/label.c +++ b/src/label.c @@ -496,7 +496,7 @@ void LabelDump(FILE *fp, int dump_private) if (g->label.name[0] != '_' || dump_private) { - fprintf(fp, "; %-*s = $%4.4x (%d)\n", MAX_LABEL_SIZE, + fprintf(fp, "; %-*s = $%8.8x (%d)\n", MAX_LABEL_SIZE, g->label.name, (unsigned)g->label.value, g->label.value); -- cgit v1.2.3