FreeCalypso > hg > freecalypso-reveng
comparison 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 |
comparison
equal
deleted
inserted
replaced
125:b8ac21536779 | 126:2c6b1319383b |
---|---|
76 "warning: section #%u (%s): some nonzero value in s_page bytes\n", | 76 "warning: section #%u (%s): some nonzero value in s_page bytes\n", |
77 n, sections[n].name); | 77 n, sections[n].name); |
78 sections[n].nsymbols = 0; | 78 sections[n].nsymbols = 0; |
79 sections[n].sorted_symbols = 0; | 79 sections[n].sorted_symbols = 0; |
80 sections[n].int_relocs = 0; | 80 sections[n].int_relocs = 0; |
81 sections[n].sectype_hint = 0; | |
82 sections[n].hints = 0; | |
81 } | 83 } |
82 } | 84 } |
83 | 85 |
84 get_int_symbol_table() | 86 get_int_symbol_table() |
85 { | 87 { |