From aa8c6e648460f99f38cbecffc0e3763f0a4f768d Mon Sep 17 00:00:00 2001 From: Nelson Chu Date: Wed, 3 Jul 2024 11:39:55 +0800 Subject: [PATCH] gas/doc/riscv: Fixed typo of `.insn cj' format gas/ * doc/c-riscv.texi: Fixed typo of `.insn cj' format. --- gas/doc/c-riscv.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index 24df83b65c5..d3966692625 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 | -- 2.39.5