This initialisation wasn't needed.

This commit is contained in:
Olaf Seibert 2015-05-27 22:22:52 +02:00
parent bc450511d8
commit c8dbd26e9a

View File

@ -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;