mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/tc-v850.c (md_assemble): Don't forget to initialize
"insn"!
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
start-sanitize-v850
|
start-sanitize-v850
|
||||||
Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
|
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
|
* config/tc-v850.c (reg_name_search): Generalize to search
|
||||||
any given register table.
|
any given register table.
|
||||||
(register_name): Pass appropriate table and size to reg_name_search.
|
(register_name): Pass appropriate table and size to reg_name_search.
|
||||||
|
@ -466,6 +466,7 @@ md_assemble (str)
|
|||||||
fc = 0;
|
fc = 0;
|
||||||
match = 0;
|
match = 0;
|
||||||
next_opindex = 0;
|
next_opindex = 0;
|
||||||
|
insn = opcode->opcode;
|
||||||
for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
|
for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
|
||||||
{
|
{
|
||||||
const struct v850_operand *operand;
|
const struct v850_operand *operand;
|
||||||
|
Reference in New Issue
Block a user