diff options
author | Nelson Chu <nelson@rivosinc.com> | 2024-07-03 11:39:55 +0800 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2024-07-03 11:42:15 +0800 |
commit | aa8c6e648460f99f38cbecffc0e3763f0a4f768d (patch) | |
tree | b55124cadfe78e1499d74080f92a9a6fa83d1d77 /gas | |
parent | 2d5428d8cdd9c72f0a1738de775c2c841b334d55 (diff) | |
download | gdb-aa8c6e648460f99f38cbecffc0e3763f0a4f768d.zip gdb-aa8c6e648460f99f38cbecffc0e3763f0a4f768d.tar.gz gdb-aa8c6e648460f99f38cbecffc0e3763f0a4f768d.tar.bz2 |
gas/doc/riscv: Fixed typo of `.insn cj' format
gas/
* doc/c-riscv.texi: Fixed typo of `.insn cj' format.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/c-riscv.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index 24df83b..d396669 100644 --- a/gas/doc/c-riscv.texi +++ b/gas/doc/c-riscv.texi @@ -673,7 +673,7 @@ with the @samp{.insn} pseudo directive: 15 13 10 7 2 0 @end verbatim -@item CJ type: .insn cj opcode2, symbol +@item CJ type: .insn cj opcode2, func3, symbol @verbatim +-------+-------------------------------+---------+ | func3 | simm11[11|4|9:8|10|6|7|3:1|5] | opcode2 | |