]> Shamusworld >> Repos - rmac/blobdiff - eagen0.c
Version bump + cleanup for last commit; now at v2.0.19.
[rmac] / eagen0.c
index 1de45e35475ab741b4dbccd1360a043c59cc0a0c..bcddb193f64f51e76ceaaab1e0b6e3da158d0655 100644 (file)
--- a/eagen0.c
+++ b/eagen0.c
@@ -328,7 +328,7 @@ int eaNgen(WORD siz)
                {
                        if (CHECK_OPTS(OPT_PC_RELATIVE))
                        {
-                               if (aNexattr & (DEFINED | REFERENCED | EQUATED) == DEFINED | REFERENCED)
+                               if ((aNexattr & (DEFINED | REFERENCED | EQUATED)) == (DEFINED | REFERENCED))
                                        return error("relocation not allowed");
                        }