summaryrefslogtreecommitdiff
path: root/as/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'as/error.c')
-rw-r--r--as/error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/as/error.c b/as/error.c
index 465ea31..683177f 100644
--- a/as/error.c
+++ b/as/error.c
@@ -84,6 +84,8 @@ PRIVATE char *errormessage[] =
"illegal FP register pair",
"junk after operands",
"already defined",
+ "label moved in last pass, add -j?",
+ "instruction illegal for current cpu",
"short branch would do",
"unknown error",
};