X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mark.c;h=7378c8a6916aee2d8804c39901c042e39908e93b;hp=955fcab0c7a81d0535c4e06b625be8dab1fae07a;hb=582df8950c285e1746d0c4a9e3ead6545c962dc8;hpb=ada93ab0c3763d4a4ab607cbc73c24d74bc94ff4 diff --git a/mark.c b/mark.c index 955fcab..7378c8a 100644 --- a/mark.c +++ b/mark.c @@ -483,6 +483,7 @@ uint32_t CreateELFRelocationRecord(uint8_t * buf, uint8_t * secBuf, uint16_t sec // Setup pointer for D_long/word/byte macros chptr = buf; + ch_size = 0; for(MCHUNK * mch=firstmch; mch!=NULL; mch=mch->mcnext) {