We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94370f commit 447ccd2Copy full SHA for 447ccd2
semantic.c
@@ -1199,7 +1199,7 @@ static void TerminateWhile(SemanticState *state)
1199
1200
/* Process the WHILE's nested statements. */
1201
for (source_line_list_node = source_line_list_head; source_line_list_node != NULL; source_line_list_node = source_line_list_node->next)
1202
- AssembleLine(state, &source_line_list_node->source_line_buffer, cc_true);
+ AssembleLine(state, &source_line_list_node->source_line_buffer, cc_false);
1203
}
1204
1205
/* Increment past the ENDW line number. */
0 commit comments