FreeCalypso > hg > freecalypso-reveng
changeset 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 | 1e1815a6d701 |
files | leo-obj/tool/richsym.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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: