]> Shamusworld >> Repos - rmac/blobdiff - mark.c
Added a few more fixes piggybacked on the last one; bump to v1.8.6.
[rmac] / mark.c
diff --git a/mark.c b/mark.c
index 664e318f5790e53eddd7103597a774eebcba4750..7495c71c1eeecf571b26b7031dba32ae97495495 100644 (file)
--- 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;
                        }