mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 23:36:03 +00:00
This initialisation wasn't needed.
This commit is contained in:
parent
bc450511d8
commit
c8dbd26e9a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user