* config/tc-v850.c (md_assemble): Don't forget to initialize

"insn"!
This commit is contained in:
Jeff Law 1996-08-23 18:19:08 +00:00
parent b1e897a97d
commit d5974c571c
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
start-sanitize-v850
Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
* config/tc-v850.c (md_assemble): Don't forget to initialize
"insn"!
* config/tc-v850.c (reg_name_search): Generalize to search
any given register table.
(register_name): Pass appropriate table and size to reg_name_search.

View File

@ -466,6 +466,7 @@ md_assemble (str)
fc = 0;
match = 0;
next_opindex = 0;
insn = opcode->opcode;
for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
{
const struct v850_operand *operand;