Skip to content

Commit 3652cee

Browse files
committed
minor note change
1 parent 79236cc commit 3652cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cs_v6_release_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ Nonetheless, we hope this additional information is useful to you.
233233
* `CS_MODE_RISCV_ZBKC = 1 << 18`
234234
* `CS_MODE_RISCV_ZBKX = 1 << 19`
235235
* `CS_MODE_RISCV_ZBS = 1 << 20`
236-
* NOTE1: All extensions above are disabled by default unless enabled by their option name or the corresponding command line flag in cstool. Any other extension is always enabled and can't be disabled.
236+
* [!NOTE] All extensions above are disabled by default unless enabled by their option name or the corresponding command line flag in cstool. Any other extension is always enabled and can't be disabled.
237237

238-
* NOTE2: RISC-V has a massive, sprawling list of extensions, but Capstone's internal implementaton choice of using a 32-bit mode field is not enough to cover all of them. For now, those extension flags above were added because their encoding space is conflicting with either each other or other extensions. More flags can be added later if bug reports come in requesting finer-grained extension control. However, the current implementation using bitfields imposes a strict upper limit and would likely be refactored for a more expansive mechanism in the future. See [this issue](https://github.com/capstone-engine/capstone/issues/2848) for more details.
238+
* [!NOTE] RISC-V has a massive, sprawling list of extensions, but Capstone's internal implementaton choice of using a 32-bit mode field is not enough to cover all of them. For now, those extension flags above were added because their encoding space is conflicting with either each other or other extensions. More flags can be added later if bug reports come in requesting finer-grained extension control. However, the current implementation using bitfields imposes a strict upper limit and would likely be refactored for a more expansive mechanism in the future. See [this issue](https://github.com/capstone-engine/capstone/issues/2848) for more details.
239239

240240
**Xtensa**
241241

0 commit comments

Comments
 (0)