comparison leo-obj/tool/intstruct.h @ 211:71e25510f5af

tiobjd disasm -ll: show the actual line numbers
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 26 Mar 2016 22:03:08 +0000
parents fd772de226cb
children
comparison
equal deleted inserted replaced
210:24c710b0d6a6 211:71e25510f5af
42 struct internal_syment *sym; 42 struct internal_syment *sym;
43 int type; 43 int type;
44 char *typestr; 44 char *typestr;
45 }; 45 };
46 46
47 struct internal_lineno {
48 unsigned location;
49 unsigned lineno;
50 };
51
47 struct hint { 52 struct hint {
48 unsigned pos; 53 unsigned pos;
49 unsigned endpos; 54 unsigned endpos;
50 int type; 55 int type;
51 int linebrk; 56 int linebrk;