mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
* config/tc-v850.c (md_assemble): Don't forget to initialize
"insn"!
This commit is contained in:
parent
b1e897a97d
commit
d5974c571c
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user