mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-17 21:26:53 +00:00
This initialisation wasn't needed.
This commit is contained in:
@@ -813,7 +813,7 @@ static int assemble(
|
||||
free_tree(tvalue);
|
||||
ok = FALSE; /* Pick something. */
|
||||
} else {
|
||||
unsigned word = 0;
|
||||
unsigned word;
|
||||
|
||||
/* Convert to signed and unsigned words */
|
||||
sword = tvalue->data.lit & 0x7fff;
|
||||
|
||||
Reference in New Issue
Block a user