Fix compile time warnings when building riscv assembler.

* config/tc-riscv.c (riscv_ip): Fix compile time warnings about
	misleading indentation.
This commit is contained in:
Nick Clifton
2021-02-19 10:14:09 +00:00
parent 8488c357ce
commit 0257c2ff4f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2021-02-19 Nick Clifton <nickc@redhat.com>
* config/tc-riscv.c (riscv_ip): Fix compile time warnings about
misleading indentation.
2021-02-19 Nelson Chu <nelson.chu@sifive.com> 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
PR 27158 PR 27158