X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen0.c;h=bcddb193f64f51e76ceaaab1e0b6e3da158d0655;hp=1de45e35475ab741b4dbccd1360a043c59cc0a0c;hb=ceab9325bdbffccecf61ba26387ed03f4ab0591e;hpb=ac3149e4607a5a07b212ba85a0fe44614b9aeec4 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"); }