summaryrefslogtreecommitdiff
path: root/asm/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/preproc.c')
-rw-r--r--asm/preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/preproc.c b/asm/preproc.c
index 790cf73c..3ee36c10 100644
--- a/asm/preproc.c
+++ b/asm/preproc.c
@@ -3986,7 +3986,7 @@ issue_error:
break;
if (l)
- l->finishes->in_progress = 1;
+ l->finishes->in_progress = 0;
else
nasm_nonfatal("`%%exitrep' not within `%%rep' block");
break;