mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* config/tc-sh.c (assemble_ppi): Initialize reg_n.
This commit is contained in:
parent
67fd25c29e
commit
96f31fc79d
@ -1,3 +1,7 @@
|
||||
Mon Jun 17 16:29:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* config/tc-sh.c (assemble_ppi): Initialize reg_n.
|
||||
|
||||
2002-06-17 Tom Rix <trix@redhat.com>
|
||||
|
||||
* config/tc-i370.h (tc_comment_chars): Define for i370-elf.
|
||||
|
@ -2147,6 +2147,7 @@ assemble_ppi (op_end, opcode)
|
||||
Make sure we encode a defined insn pattern. */
|
||||
reg_x = 0;
|
||||
reg_y = 0;
|
||||
reg_n = 0;
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user