diff options
Diffstat (limited to 'src/label.c')
-rw-r--r-- | src/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/label.c b/src/label.c index 449f4d0..440ea8d 100644 --- a/src/label.c +++ b/src/label.c @@ -503,7 +503,7 @@ void LabelDump(FILE *fp, int dump_private) for(f = 0; f < g->no_locals; f++) { - fprintf(fp, "; .%-*s = $%4.4x (%d)\n", MAX_LABEL_SIZE, + fprintf(fp, "; .%-*s = $%8.8x (%d)\n", MAX_LABEL_SIZE, g->locals[f].name, (unsigned)g->locals[f].value, g->locals[f].value); |