X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen0.c;h=bcddb193f64f51e76ceaaab1e0b6e3da158d0655;hp=1de45e35475ab741b4dbccd1360a043c59cc0a0c;hb=4a08774b122ba509b13c79975b2ad0f2e441c56b;hpb=188ff8b3a5913738a310f25e4abef5cca40187a8 diff --git a/eagen0.c b/eagen0.c index 1de45e3..bcddb19 100644 --- 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"); }