FreeCalypso > hg > freecalypso-reveng
diff leo-obj/tool/richsym.c @ 146:70631c246df0
tiobjd ctypes: buglet in the -bb mode
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 29 Apr 2014 05:18:09 +0000 |
parents | 25d3ead621f8 |
children | 13cc7e19ecec |
line wrap: on
line diff
--- a/leo-obj/tool/richsym.c Tue Apr 29 04:49:17 2014 +0000 +++ b/leo-obj/tool/richsym.c Tue Apr 29 05:18:09 2014 +0000 @@ -344,7 +344,7 @@ if (sym->scnum != -1) printf("\t/* MOS/MOU section != ABS! */\n"); else if (richsym_print_bitsize >= 2) - printf("\t/* offset: %u bits\n", sym->value); + printf("\t/* offset: %u bits */\n", sym->value); richsym_print_in_c("\t", sym, 0); continue; case C_MOE: