diff 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
line wrap: on
line diff
--- a/leo-obj/tool/intstruct.h	Sat Mar 05 02:51:04 2016 +0000
+++ b/leo-obj/tool/intstruct.h	Sat Mar 26 22:03:08 2016 +0000
@@ -44,6 +44,11 @@
 	char		*typestr;
 };
 
+struct internal_lineno {
+	unsigned	location;
+	unsigned	lineno;
+};
+
 struct hint {
 	unsigned	pos;
 	unsigned	endpos;