diff --git a/mmixlib/customizevd.vcproj b/mmixlib/customizevd.vcproj
index 00c9dbecc277af39dbee73fa3996fa7b06a298d3..139f289f6d38810b07f7fa8d5fb35abb3e4c48e0 100644
--- a/mmixlib/customizevd.vcproj
+++ b/mmixlib/customizevd.vcproj
@@ -185,10 +185,10 @@
>
+
+
+
+
+
+
+
+
+
+
+
+
file_no=cur_file;
+ ll->line_no=cur_line;
cur_line++;
@y
+ ll->file_no=cur_file;
+ ll->line_no=cur_line;
ll->freq=0;
+ MMIX_LOAD_LINE_LOC(cur_file,cur_line,cur_loc);
cur_line++;
@z
@@ -1345,7 +1350,7 @@ case SWYM:
else
strcpy(rhs,"");
break;
-translation_bypassed_inst: strcpy(lhs,"!absolute address");
+translation_bypassed_inst: strcpy(lhs,"!negative address in load/store");
g[rQ].h |= N_BIT; new_Q.h |= N_BIT; /* set the n bit */
goto break_inst;
privileged_inst: strcpy(lhs,"!kernel only");
diff --git a/mmixlib/mmixlib.h b/mmixlib/mmixlib.h
index 48453462f76a50603b2403c1a7929027799be794..659cd4652a8f3679eed7eb3847b45676f98f8889 100644
--- a/mmixlib/mmixlib.h
+++ b/mmixlib/mmixlib.h
@@ -256,8 +256,6 @@ extern void report_error(char *message, int file_no, int line_no);
/* report an error in the given file and line.
*/
-extern void add_line_loc(int file_no, int line_no, octa loc);
-/* report the association of a file/line with a location */
extern int mmoimg_main(int argc, char *argv[]);