Mercurial > hg-old > index.cgi
comparison src/parse.c @ 91:718998b673ee
Added incomplete references to object output and added support for section base terms in expression handler
author | lost |
---|---|
date | Sat, 17 Jan 2009 05:56:40 +0000 |
parents | 918be0c02239 |
children | 3dcb12a6f4ff |
comparison
equal
deleted
inserted
replaced
90:6097cb1486f8 | 91:718998b673ee |
---|---|
185 } | 185 } |
186 } | 186 } |
187 } | 187 } |
188 | 188 |
189 l -> sect = as -> csect; | 189 l -> sect = as -> csect; |
190 l -> context = as -> context; | |
190 | 191 |
191 lwasm_free(opc); | 192 lwasm_free(opc); |
192 if (sym) | 193 if (sym) |
193 lwasm_free(sym); | 194 lwasm_free(sym); |
194 } | 195 } |