Merge branch 'master' of https://codeberg.org/eaxcc/eaxcc
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user