]> Shamusworld >> Repos - rmac/blobdiff - eagen0.c
Fix for issue #179: Don't touch o10 when +/~Oall is called. Made the o10 error messag...
[rmac] / eagen0.c
index 6506c376bbe3f3cc888b4b25eca9d0eaa8c52596..686551c3db96a9a5d6378f537230a672a4758626 100644 (file)
--- a/eagen0.c
+++ b/eagen0.c
@@ -329,7 +329,7 @@ int eaNgen(WORD siz)
                        if (CHECK_OPTS(OPT_PC_RELATIVE))
                        {
                                if ((aNexattr & (DEFINED | REFERENCED | EQUATED)) == (DEFINED | REFERENCED))
-                                       return error("relocation not allowed");
+                                       return error("relocation not allowed when o10 is enabled");
                        }
 
                        if (tdb)