X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mark.c;h=7495c71c1eeecf571b26b7031dba32ae97495495;hp=664e318f5790e53eddd7103597a774eebcba4750;hb=d1f5f1caccb26da6a3da7fc00b94b79000a55302;hpb=3c7505f2f4929a549ab3c51de73ebe7c4fcf1d72 diff --git a/mark.c b/mark.c index 664e318..7495c71 100644 --- a/mark.c +++ b/mark.c @@ -528,7 +528,7 @@ uint32_t CreateELFRelocationRecord(uint8_t * buf, uint8_t * secBuf, uint16_t sec // Deposit the relocation record D_long(r_offset); - D_long((r_sym << 8) | r_type); + D_long(((r_sym << 8) | r_type)); D_long(r_addend); rsize += 0x0C; }