FreeCalypso > hg > freecalypso-reveng
comparison 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 |
comparison
equal
deleted
inserted
replaced
145:25d3ead621f8 | 146:70631c246df0 |
---|---|
342 case C_MOS: | 342 case C_MOS: |
343 case C_MOU: | 343 case C_MOU: |
344 if (sym->scnum != -1) | 344 if (sym->scnum != -1) |
345 printf("\t/* MOS/MOU section != ABS! */\n"); | 345 printf("\t/* MOS/MOU section != ABS! */\n"); |
346 else if (richsym_print_bitsize >= 2) | 346 else if (richsym_print_bitsize >= 2) |
347 printf("\t/* offset: %u bits\n", sym->value); | 347 printf("\t/* offset: %u bits */\n", sym->value); |
348 richsym_print_in_c("\t", sym, 0); | 348 richsym_print_in_c("\t", sym, 0); |
349 continue; | 349 continue; |
350 case C_MOE: | 350 case C_MOE: |
351 if (sym->scnum != -1) { | 351 if (sym->scnum != -1) { |
352 printf("\t/* MOE section != ABS! */\n"); | 352 printf("\t/* MOE section != ABS! */\n"); |