This commit is contained in:
xolatile
2024-07-08 19:38:03 -04:00
8 changed files with 44 additions and 19 deletions

View File

@ -296,7 +296,7 @@ static void build_move (size_index size,
next token_count = 0;
byte * token_array = NULL;
int error_empty_array = 0;
int was_instruction_array_empty = 0;
void assemble (next count,
next * array) {
@ -304,7 +304,7 @@ void assemble (next count,
next index;
if ((count == 0) || (array == NULL)) {
error_empty_array = 1;
was_instruction_array_empty = 1;
return;
}