summaryrefslogtreecommitdiff
path: root/nasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.c')
-rw-r--r--nasm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nasm.c b/nasm.c
index d6db557c..5e2e2051 100644
--- a/nasm.c
+++ b/nasm.c
@@ -1497,9 +1497,7 @@ static void assemble_file(char *fname, StrList **depend_ptr)
directive);
}
} else { /* it isn't a directive */
-
- parse_line(pass1, line, &output_ins,
- nasm_error, evaluate, def_label);
+ parse_line(pass1, line, &output_ins, def_label);
if (optimizing > 0) {
if (forwref != NULL && globallineno == forwref->lineno) {