diff ticoff/tables.c @ 126:2c6b1319383b

tiobjd: first preparations for adding disasm hints mechanism
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 05 Apr 2014 19:14:43 +0000
parents 5f4141ee175b
children a314d6aa9bf1
line wrap: on
line diff
--- a/ticoff/tables.c	Fri Apr 04 18:56:23 2014 +0000
+++ b/ticoff/tables.c	Sat Apr 05 19:14:43 2014 +0000
@@ -78,6 +78,8 @@
 		sections[n].nsymbols = 0;
 		sections[n].sorted_symbols = 0;
 		sections[n].int_relocs = 0;
+		sections[n].sectype_hint = 0;
+		sections[n].hints = 0;
 	}
 }