X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.c;h=c24720f235937134e396ef9cc94f139d5c1c10ee;hp=b66216b6d3b9caaec155ba913f9386e713a90330;hb=81c752326a21408c84f98a18aed065491a88b779;hpb=29b32d134bc12831a8ddd098bf9aeeda26dcfe7c diff --git a/symbol.c b/symbol.c index b66216b..c24720f 100644 --- a/symbol.c +++ b/symbol.c @@ -309,7 +309,6 @@ uint32_t sy_assign_ELF(uint8_t * buf, uint8_t *(* construct)()) // and export all global-referenced labels. Not sure if this is // required but it's here nonetheless - //for(sy=sdecl; sy!=NULL; sy=sy->sorder) for(SYM * sy=sdecl; sy!=NULL; sy=sy->sdecl) { if ((sy->stype == LABEL)