mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-23 23:53:13 +00:00
Fix a double free.
This commit is contained in:
@@ -1605,7 +1605,6 @@ static int assemble(
|
||||
reg = get_register(value);
|
||||
if (reg == NO_REG) {
|
||||
report(stack->top, "Illegal addressing mode\n");
|
||||
free_tree(value);
|
||||
reg = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user