]> Shamusworld >> Repos - rmac/blobdiff - eagen0.c
Version bump for last commit. :-)
[rmac] / eagen0.c
index 6506c376bbe3f3cc888b4b25eca9d0eaa8c52596..48355f97401f6b1c5bf82072138bbb070ccf8ebb 100644 (file)
--- a/eagen0.c
+++ b/eagen0.c
@@ -65,7 +65,7 @@ int eaNgen(WORD siz)
                                }
 
                                if (optim_warn_flag)
-                                       warn("0(An) converted to (An)");
+                                       warn("o3: 0(An) converted to (An)");
 
                                return OK;
                        }
@@ -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)